aboutsummaryrefslogtreecommitdiff
path: root/src/gen-datetime-service.xml.c
blob: c227f88a9936abacbcdbeadc8160522c38c948c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
const char * _datetime_service = 
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<node name=\"/\">\n"
"	<interface name=\"com.canonical.indicator.datetime.service\">\n"
"\n"
"<!-- Methods -->\n"
"\n"
"<!-- Signals -->\n"
"		<signal name=\"UpdateTime\" />\n"
"\n"
"	</interface>\n"
"</node>\n"
;