aboutsummaryrefslogtreecommitdiff
path: root/src/bus-watch-namespace.c
Commit message (Collapse)AuthorAgeFilesLines
* Disconnect the right function from the 'closed' signal'Ted Gould2014-12-061-1/+8
|
* Weird comment bug where 'lesser' ended up someplaces it didn't belongTed Gould2013-11-151-8/+7
|
* bus-watch-namespace: remove stray semicolonLars Uebernickel2013-08-261-1/+1
|
* bus-watch-namespace: free name_spaceLars Uebernickel2013-08-261-0/+2
|
* Use bus_watch_namespace() to monitor mpris playersLars Uebernickel2013-08-021-0/+347
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.