summaryrefslogtreecommitdiff
path: root/mate-session
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-08-19 23:03:45 +0800
committerWu Xiaotian <[email protected]>2020-08-19 23:03:45 +0800
commit39ae4f627eda3ddc651b5954334e5b06ec268724 (patch)
tree0b35694cdd00f9a2a8ff6f206ca373514e07db87 /mate-session
parent431efb1de32bac835bdc03387a2e5fc03891f6d2 (diff)
downloadmate-session-manager-39ae4f627eda3ddc651b5954334e5b06ec268724.tar.bz2
mate-session-manager-39ae4f627eda3ddc651b5954334e5b06ec268724.tar.xz
gdbus
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>