aboutsummaryrefslogtreecommitdiff
path: root/src/bus-watch-namespace.h
Commit message (Collapse)AuthorAgeFilesLines
* Weird comment bug where 'lesser' ended up someplaces it didn't belongTed Gould2013-11-151-8/+7
|
* Use bus_watch_namespace() to monitor mpris playersLars Uebernickel2013-08-021-0/+34
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.