aboutsummaryrefslogtreecommitdiff
path: root/src/gen-sound-service.xml.c
blob: 5a03cf955da9dc7783eb6b7a2cc1db338e179bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
const char * _sound_service = 
"<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\" \"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
"<node name=\"/com/canonical/indicator/sound\">\n"
"  <interface name=\"com.canonical.indicator.sound\">\n"
"    <method name = \"BlacklistMediaPlayer\">\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='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"
"    <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"
"  </interface>\n"
"</node>\n"
"\n"
;