diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 09:27:31 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 09:27:31 -0500 |
commit | 29311fb585fcc2a40f5bfc5438f6640ea2308bf2 (patch) | |
tree | 31cee548daa026477a2cb53c9795d89f781e471a /src/application-service.xml | |
parent | 9e24b878dd38a57212689fc647d9f85214dc2e8c (diff) | |
parent | 0e21b91a66553160e5b208d2b176282644d904bb (diff) | |
download | libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.tar.gz libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.tar.bz2 libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.zip |
* Upstream Merge
* Adding label support into the library
* Adding label support into the indicator
* Autogen
* Upstream Merge
* Fixing the check of the function signature
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index dcccfa4..031bf68 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -26,7 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <!-- Methods --> <method name="GetApplications"> - <arg type="a(sisos)" name="applications" direction="out" /> + <arg type="a(sisosss)" name="applications" direction="out" /> </method> <!-- Signals --> @@ -36,6 +36,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="dbusaddress" direction="out" /> <arg type="o" name="dbusobject" direction="out" /> <arg type="s" name="iconpath" direction="out" /> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="labelguide" direction="out" /> </signal> <signal name="ApplicationRemoved"> <arg type="i" name="position" direction="out" /> @@ -48,6 +50,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="position" direction="out" /> <arg type="s" name="icon_theme_path" direction="out" /> </signal> - + <signal name="ApplicationLabelChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="guide" direction="out" /> + </signal> </interface> </node> |