diff options
author | Ted Gould <ted@gould.cx> | 2012-02-08 11:31:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-08 11:31:48 -0600 |
commit | 44cc6e756788f6ec37343c93c178227b2b6d3ba1 (patch) | |
tree | a0fceab985ea86b78bb9557a1f875bf0ee4758c4 /src/gen-application-service.xml.c | |
parent | e548f851004dbb18360408c04c61a66a5ffc80fd (diff) | |
parent | 22965953b89a0ed229c9009a2750c573d82acfee (diff) | |
download | ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.gz ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.bz2 ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.zip |
* New upstream release.
* Adding in a code coverage based build target
* Fixing useless variable setting
* Fixing variant usage
* Adding support for the Title property
* Fixing to work with Dbusmenu 0.5.90
Diffstat (limited to 'src/gen-application-service.xml.c')
-rw-r--r-- | src/gen-application-service.xml.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gen-application-service.xml.c b/src/gen-application-service.xml.c index adf7eef..f01a6f8 100644 --- a/src/gen-application-service.xml.c +++ b/src/gen-application-service.xml.c @@ -27,7 +27,7 @@ const char * _application_service = "\n" "<!-- Methods -->\n" " <method name=\"GetApplications\">\n" -" <arg type=\"a(sisosssss)\" name=\"applications\" direction=\"out\" />\n" +" <arg type=\"a(sisossssss)\" name=\"applications\" direction=\"out\" />\n" " </method>\n" " <method name=\"ApplicationScrollEvent\">\n" " <arg type=\"s\" name=\"dbusaddress\" direction=\"in\" />\n" @@ -52,6 +52,7 @@ const char * _application_service = " <arg type=\"s\" name=\"labelguide\" direction=\"out\" />\n" " <arg type=\"s\" name=\"accessibledesc\" direction=\"out\" />\n" " <arg type=\"s\" name=\"hint\" direction=\"out\" />\n" +" <arg type=\"s\" name=\"title\" direction=\"out\" />\n" " </signal>\n" " <signal name=\"ApplicationRemoved\">\n" " <arg type=\"i\" name=\"position\" direction=\"out\" />\n" @@ -70,6 +71,10 @@ const char * _application_service = " <arg type=\"s\" name=\"label\" direction=\"out\" />\n" " <arg type=\"s\" name=\"guide\" direction=\"out\" />\n" " </signal>\n" +" <signal name=\"ApplicationTitleChanged\">\n" +" <arg type=\"i\" name=\"position\" direction=\"out\" />\n" +" <arg type=\"s\" name=\"title\" direction=\"out\" />\n" +" </signal>\n" " </interface>\n" "</node>\n" ; |