aboutsummaryrefslogtreecommitdiff
path: root/vapi/bus-watcher.vapi
Commit message (Collapse)AuthorAgeFilesLines
* Weird comment bug where 'lesser' ended up someplaces it didn't belongTed Gould2013-11-151-4/+4
|
* Use bus_watch_namespace() to monitor mpris playersLars Uebernickel2013-08-021-0/+25
This function is more robust than the current code and uses glib's G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE instead of creating match rules itself. bus-watch-namespace.[ch] is shared with gnome-settings-daemon.