diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 12:51:48 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 12:51:48 -0400 |
commit | 4f6158a1040258efb1403d6baf246b605dfa76cb (patch) | |
tree | 8d75609cb026d1ce900707b43fc47879e3f63fed /src/gen-sound-service.xml.c | |
parent | 804ea02c7e54895e7a3ff53b25128b93600cf832 (diff) | |
parent | 0e1986bc2a83d8ebd465ae6168f4a6735552befe (diff) | |
download | ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.tar.gz ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.tar.bz2 ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.zip |
Import upstream version 0.7.5
Diffstat (limited to 'src/gen-sound-service.xml.c')
-rw-r--r-- | src/gen-sound-service.xml.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/gen-sound-service.xml.c b/src/gen-sound-service.xml.c index 2590cae..ec38a89 100644 --- a/src/gen-sound-service.xml.c +++ b/src/gen-sound-service.xml.c @@ -13,11 +13,20 @@ const char * _sound_service = " <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" " </method>\n" +" <method name = \"EnableTrackSpecificItems\">\n" +" <annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\"/>\n" +" <arg type='o' name='player_object_path' direction=\"in\"/>\n" +" <arg type='s' name='player_desktop_id' direction=\"in\"/>\n" +" </method>\n" +" <method name = \"EnablePlayerSpecificItems\">\n" +" <annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\"/>\n" +" <arg type='o' name='player_object_path' direction=\"in\"/>\n" +" <arg type='s' name='player_desktop_id' direction=\"in\"/>\n" +" </method> \n" " <signal name=\"SoundStateUpdate\">\n" " <arg name=\"new_state\" type=\"i\" direction=\"out\"/>\n" " </signal>\n" |