diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-11 12:47:25 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-11 12:47:25 -0500 |
commit | a65cff5ec2d7625408d58fe6b23ddb40d7f63ee2 (patch) | |
tree | e745cb3cd2db766aa66b481accda28221f933d75 /src/gen-sound-service.xml.c | |
parent | 73772e6ea7f0ca55bd3df65a031ddb48fba66104 (diff) | |
parent | 014ef9d63fdf4d7213f1a9481d0566a63daa7543 (diff) | |
download | ayatana-indicator-sound-a65cff5ec2d7625408d58fe6b23ddb40d7f63ee2.tar.gz ayatana-indicator-sound-a65cff5ec2d7625408d58fe6b23ddb40d7f63ee2.tar.bz2 ayatana-indicator-sound-a65cff5ec2d7625408d58fe6b23ddb40d7f63ee2.zip |
Import upstream version 0.6.3
Diffstat (limited to 'src/gen-sound-service.xml.c')
-rw-r--r-- | src/gen-sound-service.xml.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gen-sound-service.xml.c b/src/gen-sound-service.xml.c index ebd7879..2590cae 100644 --- a/src/gen-sound-service.xml.c +++ b/src/gen-sound-service.xml.c @@ -8,6 +8,12 @@ const char * _sound_service = " <arg type='b' name='blacklist' direction=\"in\"/>\n" " <arg type='b' name='result' direction=\"out\"/>\n" " </method>\n" +" <method name = \"IsBlacklisted\">\n" +" <annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\"/>\n" +" <arg type='s' name='player_desktop_name' direction=\"in\"/>\n" +" <arg type='b' name='result' direction=\"out\"/>\n" +" </method>\n" +"\n" " <method name = \"GetSoundState\">\n" " <annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\"/>\n" " <arg type='i' name='current_state' direction=\"out\"/>\n" |