Home
last modified time | relevance | path

Searched refs:g_notification_get_body (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgnotification-private.h29 const gchar * g_notification_get_body (GNotification *notificatio…
Dgnotification.c222 g_notification_get_body (GNotification *notification) in g_notification_get_body() function
Dgcocoanotificationbackend.m214 if ((cstr = g_notification_get_body (notification)))
Dgfdonotificationbackend.c325 body = g_notification_get_body (notification); in call_notify()