aboutsummaryrefslogtreecommitdiff
path: root/libindicator/gen-indicator-service.xml.c
blob: 5c873df9288b695d238de0d6111502fe54ec7057 (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
const char * _indicator_service = 
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<node name=\"/\">\n"
"	<interface name=\"org.ayatana.indicator.service\">\n"
"<!-- Properties -->\n"
"		<!-- None currently -->\n"
"\n"
"<!-- Methods -->\n"
"		<method name=\"Watch\">\n"
"			<annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\" />\n"
"			<arg type=\"u\" name=\"version\" direction=\"out\" />\n"
"			<arg type=\"u\" name=\"service_version\" direction=\"out\" />\n"
"		</method>\n"
"		<method name=\"UnWatch\">\n"
"			<annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\" />\n"
"		</method>\n"
"		<method name=\"Shutdown\" />\n"
"\n"
"<!-- Signals -->\n"
"		<!-- None currently -->\n"
"\n"
"	</interface>\n"
"</node>\n"
;