Home
last modified time | relevance | path

Searched refs:startup_notify_id (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgappinfo.h292 const char *startup_notify_id);
329 … const char * startup_notify_id);
Dgappinfo.c1347 const char *startup_notify_id) in g_app_launch_context_launch_failed() argument
1350 g_return_if_fail (startup_notify_id != NULL); in g_app_launch_context_launch_failed()
1352 g_signal_emit (context, signals[LAUNCH_FAILED], 0, startup_notify_id); in g_app_launch_context_launch_failed()
/third_party/glib/gio/tests/
Dappinfo.c343 const gchar *startup_notify_id) in launch_failed() argument