diff options
Diffstat (limited to '')
-rw-r--r-- | data/dbus-interfaces/org.gnome.SessionManager.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.gnome.SessionManager.xml b/data/dbus-interfaces/org.gnome.SessionManager.xml new file mode 100644 index 0000000..c81c90f --- /dev/null +++ b/data/dbus-interfaces/org.gnome.SessionManager.xml @@ -0,0 +1,23 @@ +<node> + <interface name="org.gnome.SessionManager"> + <method name="Logout"> + <arg type="u" direction="in"/> + </method> + <method name="Shutdown"/> + <method name="Reboot"/> + <method name="CanShutdown"> + <arg type="b" direction="out"/> + </method> + <method name="IsInhibited"> + <arg type="u" direction="in"/> + <arg type="b" direction="out"/> + </method> + <property name="SessionIsActive" type="b" access="read"/> + <signal name="InhibitorAdded"> + <arg type="o" direction="out"/> + </signal> + <signal name="InhibitorRemoved"> + <arg type="o" direction="out"/> + </signal> + </interface> +</node> |