diff options
author | Wu Xiaotian <[email protected]> | 2020-08-19 23:03:45 +0800 |
---|---|---|
committer | Xiaotian Wu <[email protected]> | 2023-10-03 18:44:28 +0800 |
commit | 5a5c281f79054c2e9e4901cbe54c3a36e6869b19 (patch) | |
tree | 6eb55925cbfce1b6e85fda0fee069408f410c14e | |
parent | 7cba004dfcd621cfa193c389a01de11526c701d9 (diff) | |
download | mate-session-manager-5a5c281f79054c2e9e4901cbe54c3a36e6869b19.tar.bz2 mate-session-manager-5a5c281f79054c2e9e4901cbe54c3a36e6869b19.tar.xz |
gdbus
-rw-r--r-- | mate-session/gsm-marshal.list | 3 | ||||
-rw-r--r-- | mate-session/org.gnome.SessionManager.xml | 4 |
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> |