aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicate-interface.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-05 18:23:06 +0100
committerTed Gould <ted@canonical.com>2009-02-05 18:23:06 +0100
commit246b29b42c166849534eedb087838248095e00c6 (patch)
treea0653ddbfc8ba9997d8f9d85ad18864e29d2f542 /libindicate/indicate-interface.xml
parente6ff0d4856b0ffe1946332cd29d3a9683397c7bc (diff)
parentc18cbee8cb5197d9e2bc024e792842be6588b8da (diff)
downloadlibayatana-indicator-246b29b42c166849534eedb087838248095e00c6.tar.gz
libayatana-indicator-246b29b42c166849534eedb087838248095e00c6.tar.bz2
libayatana-indicator-246b29b42c166849534eedb087838248095e00c6.zip
releasing version 0.1~ppa28
Diffstat (limited to 'libindicate/indicate-interface.xml')
-rw-r--r--libindicate/indicate-interface.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/libindicate/indicate-interface.xml b/libindicate/indicate-interface.xml
index d1fed7e..f1c7c37 100644
--- a/libindicate/indicate-interface.xml
+++ b/libindicate/indicate-interface.xml
@@ -2,10 +2,11 @@
<node name="/">
<interface name="org.freedesktop.indicator">
+<!-- Properties -->
+ <property name="desktop" type="s" access="read"/>
+ <property name="type" type="s" access="read"/>
+
<!-- Functions -->
- <method name="GetDesktop">
- <arg type="s" name="desktop_file_uri" direction="out" />
- </method>
<method name="GetIndicatorCount">
<arg type="u" name="indicator_count" direction="out" />
</method>
@@ -52,6 +53,12 @@
<arg type="u" name="id" direction="out" />
<arg type="s" name="property" direction="out" />
</signal>
+ <signal name="ServerShow">
+ <arg type="s" name="type" direction="out" />
+ </signal>
+ <signal name="ServerHide">
+ <arg type="s" name="type" direction="out" />
+ </signal>
<!-- End of interesting stuff -->