aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicate-interface.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-02 10:49:35 -0500
committerTed Gould <ted@canonical.com>2009-04-02 10:49:35 -0500
commit6e51efbeaceab68fdf66e53c66afe7a94c82d7cd (patch)
treef99db8a8a16688f50193fd63c0222e0e5ef91640 /libindicate/indicate-interface.xml
parent58403a8f18f9463ed95446a1ae227fdb97441900 (diff)
downloadlibayatana-indicator-6e51efbeaceab68fdf66e53c66afe7a94c82d7cd.tar.gz
libayatana-indicator-6e51efbeaceab68fdf66e53c66afe7a94c82d7cd.tar.bz2
libayatana-indicator-6e51efbeaceab68fdf66e53c66afe7a94c82d7cd.zip
Switching around the show_interest and remove_interest functions so that
they are now asyncronous. Not that being asynchronous is important but more that now they get the Method Invocation interface that we can use to find out the sender of the message. Changed various APIs as a result of this, and moved the DBus functions to be internal.
Diffstat (limited to 'libindicate/indicate-interface.xml')
-rw-r--r--libindicate/indicate-interface.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libindicate/indicate-interface.xml b/libindicate/indicate-interface.xml
index 9a58f74..900b336 100644
--- a/libindicate/indicate-interface.xml
+++ b/libindicate/indicate-interface.xml
@@ -67,9 +67,11 @@ License version 3 and version 2.1 along with this program. If not, see
<arg type="u" name="id" direction="in" />
</method>
<method name="ShowInterest">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="s" name="interest" direction="in" />
</method>
<method name="RemoveInterest">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="s" name="interest" direction="in" />
</method>