aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-flashback/files/org.freedesktop.ConsoleKit.Manager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-flashback/files/org.freedesktop.ConsoleKit.Manager.xml')
-rw-r--r--x11/gnome-flashback/files/org.freedesktop.ConsoleKit.Manager.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/gnome-flashback/files/org.freedesktop.ConsoleKit.Manager.xml b/x11/gnome-flashback/files/org.freedesktop.ConsoleKit.Manager.xml
new file mode 100644
index 000000000000..fdce3c638d2a
--- /dev/null
+++ b/x11/gnome-flashback/files/org.freedesktop.ConsoleKit.Manager.xml
@@ -0,0 +1,27 @@
+<?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="GetSessionForCookie">
+ <arg name="session_id" type="s" direction="in" />
+ <arg name="object_path" type="o" direction="out" />
+ </method>
+
+ <method name="Inhibit">
+ <annotation name="org.gtk.GDBus.C.UnixFD" value="true" />
+ <arg name="what" type="s" direction="in" />
+ <arg name="who" type="s" direction="in" />
+ <arg name="why" type="s" direction="in" />
+ <arg name="mode" type="s" direction="in" />
+ <arg name="pipe_fd" type="h" direction="out" />
+ </method>
+
+ <signal name="PrepareForSleep">
+ <arg name="start" type="b" direction="out" />
+ </signal>
+
+ </interface>
+</node>