• Home
  • Raw
  • Download

Lines Matching full:notifications

49   GSList *notifications;  member
106 for (it = backend->notifications; it != NULL; it = it->next) in g_fdo_notification_backend_find_notification()
122 for (it = backend->notifications; it != NULL; it = it->next) in g_fdo_notification_backend_find_notification_by_notify_id()
206 backend->notifications = g_slist_remove (backend->notifications, n); in notify_signal()
218 if (backend->notifications) in name_vanished_handler_cb()
220 g_slist_free_full (backend->notifications, freedesktop_notification_free); in name_vanished_handler_cb()
221 backend->notifications = NULL; in name_vanished_handler_cb()
337 g_dbus_connection_call (con, "org.freedesktop.Notifications", "/org/freedesktop/Notifications", in call_notify()
338 "org.freedesktop.Notifications", "Notify", in call_notify()
366 backend->notifications = g_slist_remove (backend->notifications, match); in notification_sent()
369 backend->notifications = g_slist_prepend (backend->notifications, n); in notification_sent()
375 g_warning ("unable to send notifications through org.freedesktop.Notifications: %s", in notification_sent()
405 if (backend->notifications) in g_fdo_notification_backend_dispose()
407 g_slist_free_full (backend->notifications, freedesktop_notification_free); in g_fdo_notification_backend_dispose()
408 backend->notifications = NULL; in g_fdo_notification_backend_dispose()
419 * org.freedesktop.Notifications, this function always succeeds. A in g_fdo_notification_backend_is_supported()
436 "org.freedesktop.Notifications", in g_fdo_notification_backend_send_notification()
448 "org.freedesktop.Notifications", in g_fdo_notification_backend_send_notification()
449 "org.freedesktop.Notifications", NULL, in g_fdo_notification_backend_send_notification()
450 "/org/freedesktop/Notifications", NULL, in g_fdo_notification_backend_send_notification()
477 "org.freedesktop.Notifications", in g_fdo_notification_backend_withdraw_notification()
478 "/org/freedesktop/Notifications", in g_fdo_notification_backend_withdraw_notification()
479 "org.freedesktop.Notifications", "CloseNotification", in g_fdo_notification_backend_withdraw_notification()
484 self->notifications = g_slist_remove (self->notifications, n); in g_fdo_notification_backend_withdraw_notification()