diff options
| author | Ted Gould <ted@gould.cx> | 2013-08-27 12:55:22 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2013-08-27 12:55:22 -0500 |
| commit | c440b9d6a1737e3be03e205e32fec64ebdfcb2df (patch) | |
| tree | b74867b600c41ff03ed87565eae38d2daaa47d5f /src/backend-dbus/org.freedesktop.login1.User.xml | |
| parent | 4661ef2d0a834509194d069466e3905aece05183 (diff) | |
| parent | b7a8f35077f950dc6dab640e759341c1c2476f5c (diff) | |
| download | ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.tar.gz ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.tar.bz2 ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.zip | |
Merging trunk
Diffstat (limited to 'src/backend-dbus/org.freedesktop.login1.User.xml')
| -rw-r--r-- | src/backend-dbus/org.freedesktop.login1.User.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/backend-dbus/org.freedesktop.login1.User.xml b/src/backend-dbus/org.freedesktop.login1.User.xml new file mode 100644 index 0000000..8253706 --- /dev/null +++ b/src/backend-dbus/org.freedesktop.login1.User.xml @@ -0,0 +1,56 @@ +<?xml version="1.0"?> +<!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.login1.User"> + <method name="Terminate"/> + <method name="Kill"> + <arg name="signal" direction="in" type="s"/> + </method> + <property name="UID" type="u" access="read"/> + <property name="GID" type="u" access="read"/> + <property name="Name" type="s" access="read"/> + <property name="Timestamp" type="t" access="read"/> + <property name="TimestampMonotonic" type="t" access="read"/> + <property name="RuntimePath" type="s" access="read"/> + <property name="DefaultControlGroup" type="s" access="read"/> + <property name="Service" type="s" access="read"/> + <property name="Display" type="(so)" access="read"/> + <property name="State" type="s" access="read"/> + <property name="Sessions" type="a(so)" access="read"/> + <property name="IdleHint" type="b" access="read"/> + <property name="IdleSinceHint" type="t" access="read"/> + <property name="IdleSinceHintMonotonic" type="t" access="read"/> + </interface> + <interface name="org.freedesktop.DBus.Properties"> + <method name="Get"> + <arg name="interface" direction="in" type="s"/> + <arg name="property" direction="in" type="s"/> + <arg name="value" direction="out" type="v"/> + </method> + <method name="GetAll"> + <arg name="interface" direction="in" type="s"/> + <arg name="properties" direction="out" type="a{sv}"/> + </method> + <method name="Set"> + <arg name="interface" direction="in" type="s"/> + <arg name="property" direction="in" type="s"/> + <arg name="value" direction="in" type="v"/> + </method> + <signal name="PropertiesChanged"> + <arg type="s" name="interface"/> + <arg type="a{sv}" name="changed_properties"/> + <arg type="as" name="invalidated_properties"/> + </signal> + </interface> +<interface name="org.freedesktop.DBus.Peer"> + <method name="Ping"/> + <method name="GetMachineId"> + <arg type="s" name="machine_uuid" direction="out"/> + </method> +</interface> + <interface name="org.freedesktop.DBus.Introspectable"> + <method name="Introspect"> + <arg name="data" type="s" direction="out"/> + </method> + </interface> +</node> |
