aboutsummaryrefslogtreecommitdiff
path: root/src/gen-sound-service.xml.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-10 12:58:49 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-10 12:58:49 -0400
commit9cae3218511419b9bb0bddd896dd8b13fac76a50 (patch)
tree61a59ad4047068ab761c592717a2993872044bee /src/gen-sound-service.xml.c
parent6a7027eea846bcc0c0a249f7e93fdadb407bed71 (diff)
parent4f6158a1040258efb1403d6baf246b605dfa76cb (diff)
downloadayatana-indicator-sound-9cae3218511419b9bb0bddd896dd8b13fac76a50.tar.gz
ayatana-indicator-sound-9cae3218511419b9bb0bddd896dd8b13fac76a50.tar.bz2
ayatana-indicator-sound-9cae3218511419b9bb0bddd896dd8b13fac76a50.zip
* New upstream release.
- Don't allow starting programs via the greeter indicators (LP: #811853) - support libunity's Track and Player specific items (LP: #824050)
Diffstat (limited to 'src/gen-sound-service.xml.c')
-rw-r--r--src/gen-sound-service.xml.c11
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"