Home
last modified time | relevance | path

Searched refs:flush_notifications (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/zeitgeist/zeitgeist-1.0.3/src/
H A Dnotify.vala155 flush_notifications ();
174 if (p.g_name_owner != null) flush_notifications ();
177 private void flush_notifications ()
/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-service.c2093 flush_notifications (GUPnPService *service) in flush_notifications() function
2146 flush_notifications (service); in gupnp_service_notify_value()
2188 flush_notifications (service); in gupnp_service_thaw_notify()
/dports/mail/geary/geary-40.0/src/engine/imap-engine/
H A Dimap-engine-replay-queue.vala274 public void flush_notifications() {
294 flush_notifications();
H A Dimap-engine-minimal-folder.vala351 this.replay_queue.flush_notifications();
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplaylist.h377 virtual void flush_notifications (bool from_undo = false);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dplaylist.cc471 flush_notifications (from_undo); in release_notifications()
588 Playlist::flush_notifications (bool from_undo) in flush_notifications() function in Playlist