Lines Matching refs: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()
366 backend->notifications = g_slist_remove (backend->notifications, match); in notification_sent()
369 backend->notifications = g_slist_prepend (backend->notifications, n); 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()
484 self->notifications = g_slist_remove (self->notifications, n); in g_fdo_notification_backend_withdraw_notification()