Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgnotification-private.h33 GNotificationPriority g_notification_get_priority (GNotification *notificatio…
Dgnotification.c298 g_notification_get_priority (GNotification *notification) in g_notification_get_priority() function
720 value = g_enum_get_value (enum_class, g_notification_get_priority (notification)); in g_notification_get_priority_nick()
Dgfdonotificationbackend.c303 urgency = urgency_from_priority (g_notification_get_priority (notification)); in call_notify()