Signal
PhoshAppTracker::app-launched
Declaration
void
app_launched (
PhoshAppTracker* self,
GAppInfo* app_info,
gchar* app_id,
gpointer user_data
)
Description [src]
The app got spawned or DBus activated. This is guaranteed to be followed by a PhoshAppTracker:app-ready or PhoshAppTracker:app-failed signal.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |
Parameters
app_info
-
Type:
GAppInfo
The
GAppInfo
of the launched application.The data is owned by the caller of the function. app_id
-
Type:
gchar*
The startup-id of the launched application.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.