summaryrefslogtreecommitdiff
path: root/x11/gnome-panel/files/org.freedesktop.ConsoleKit.Manager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-panel/files/org.freedesktop.ConsoleKit.Manager.xml')
-rw-r--r--x11/gnome-panel/files/org.freedesktop.ConsoleKit.Manager.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/gnome-panel/files/org.freedesktop.ConsoleKit.Manager.xml b/x11/gnome-panel/files/org.freedesktop.ConsoleKit.Manager.xml
new file mode 100644
index 000000000000..33c6beb8f843
--- /dev/null
+++ b/x11/gnome-panel/files/org.freedesktop.ConsoleKit.Manager.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+ <interface name="org.freedesktop.ConsoleKit.Manager">
+ <annotation name="org.gtk.GDBus.C.Name" value="ConsoleKitManagerGen" />
+
+ <method name="Suspend">
+ <arg name="interactive" type="b" direction="in" />
+ </method>
+
+ <method name="Hibernate">
+ <arg name="interactive" type="b" direction="in" />
+ </method>
+
+ <method name="HybridSleep">
+ <arg name="interactive" type="b" direction="in" />
+ </method>
+
+ <method name="CanSuspend">
+ <arg name="result" type="s" direction="out" />
+ </method>
+
+ <method name="CanHibernate">
+ <arg name="result" type="s" direction="out" />
+ </method>
+
+ <method name="CanHybridSleep">
+ <arg name="result" type="s" direction="out" />
+ </method>
+ </interface>
+</node>