summaryrefslogtreecommitdiff
path: root/mate-session
diff options
context:
space:
mode:
Diffstat (limited to 'mate-session')
-rw-r--r--mate-session/gsm-marshal.list3
-rw-r--r--mate-session/org.gnome.SessionManager.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/mate-session/gsm-marshal.list b/mate-session/gsm-marshal.list
deleted file mode 100644
index f31a8b1..0000000
--- a/mate-session/gsm-marshal.list
+++ /dev/null
@@ -1,3 +0,0 @@
-BOOLEAN:POINTER
-VOID:BOOLEAN,BOOLEAN,BOOLEAN,STRING
-VOID:BOOLEAN,BOOLEAN,POINTER
diff --git a/mate-session/org.gnome.SessionManager.xml b/mate-session/org.gnome.SessionManager.xml
index 09826ff..47deb6b 100644
--- a/mate-session/org.gnome.SessionManager.xml
+++ b/mate-session/org.gnome.SessionManager.xml
@@ -44,6 +44,7 @@
<!-- Running phase interfaces -->
<method name="RegisterClient">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg type="s" name="app_id" direction="in">
<doc:doc>
<doc:summary>The application identifier</doc:summary>
@@ -67,6 +68,7 @@
</method>
<method name="UnregisterClient">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg type="o" name="client_id" direction="in">
<doc:doc>
<doc:summary>The object path of the client</doc:summary>
@@ -80,6 +82,7 @@
</method>
<method name="Inhibit">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg type="s" name="app_id" direction="in">
<doc:doc>
<doc:summary>The application identifier</doc:summary>
@@ -156,6 +159,7 @@
</method>
<method name="Uninhibit">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg type="u" name="inhibit_cookie" direction="in">
<doc:doc>
<doc:summary>The cookie</doc:summary>