GNOME Bugzilla – Bug 634104
media-keys: Port to GDBus
Last modified: 2010-11-06 17:53:13 UTC
First pass, can't seem to get the methods called in test-media-keys though.
Created attachment 173898 [details] [review] media-keys: Port to GDBus So that we can actually track the clients at some point...
Created attachment 173905 [details] [review] media-keys: Port to GDBus So that we can actually track the clients at some point.
Comment on attachment 173898 [details] [review] media-keys: Port to GDBus The new patch fixes: - wrong known name being used (this means that you'll need to shut down gsd to test the media keys) - fix parsing of args for registration - fix signal emission, it's not bound to signal emission on the GObject anymore Seems to work well in my testing.
Created attachment 173961 [details] [review] media-keys: Port to GDBus And track clients, so that applications don't need to call ReleaseMediaPlayerKeys when exiting. This also fixes problems when application exit ungracefully.
Attachment 173961 [details] pushed as c94a4d1 - media-keys: Port to GDBus