Searched refs:g_application_send_notification (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/tests/ |
D | gnotification.c | 34 g_application_send_notification (application, "test1", notification); in activate_app() 35 g_application_send_notification (application, "test2", notification); in activate_app() 37 g_application_send_notification (application, "test3", notification); in activate_app() 48 g_application_send_notification (application, "test4", notification); in activate_app() 49 g_application_send_notification (application, NULL, notification); in activate_app()
|
/third_party/glib/gio/ |
D | gapplication.h | 233 void g_application_send_notification (GApplication *…
|
D | gapplication.c | 2924 g_application_send_notification (GApplication *application, in g_application_send_notification() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3277 g_application_send_notification
|
/third_party/glib/ |
D | NEWS | 3586 - Add portal support to g_application_send_notification
|