diff options
Diffstat (limited to 'libindicate/indicate-interface.xml')
-rw-r--r-- | libindicate/indicate-interface.xml | 2 |
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> |