~codygarver/+junk/ind-sess

« back to all changes in this revision

Viewing changes to src/backend-dbus/org.freedesktop.login1.User.xml

  • Committer: Cody Garver
  • Date: 2014-04-03 17:08:08 UTC
  • Revision ID: cody@elementaryos.org-20140403170808-z56s93rorb1dzvmk
Initial import, version 12.10.5+14.04.20140324-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
 <interface name="org.freedesktop.login1.User">
 
5
  <method name="Terminate"/>
 
6
  <method name="Kill">
 
7
   <arg name="signal" direction="in" type="s"/>
 
8
  </method>
 
9
  <property name="UID" type="u" access="read"/>
 
10
  <property name="GID" type="u" access="read"/>
 
11
  <property name="Name" type="s" access="read"/>
 
12
  <property name="Timestamp" type="t" access="read"/>
 
13
  <property name="TimestampMonotonic" type="t" access="read"/>
 
14
  <property name="RuntimePath" type="s" access="read"/>
 
15
  <property name="DefaultControlGroup" type="s" access="read"/>
 
16
  <property name="Service" type="s" access="read"/>
 
17
  <property name="Display" type="(so)" access="read"/>
 
18
  <property name="State" type="s" access="read"/>
 
19
  <property name="Sessions" type="a(so)" access="read"/>
 
20
  <property name="IdleHint" type="b" access="read"/>
 
21
  <property name="IdleSinceHint" type="t" access="read"/>
 
22
  <property name="IdleSinceHintMonotonic" type="t" access="read"/>
 
23
 </interface>
 
24
 <interface name="org.freedesktop.DBus.Properties">
 
25
  <method name="Get">
 
26
   <arg name="interface" direction="in" type="s"/>
 
27
   <arg name="property" direction="in" type="s"/>
 
28
   <arg name="value" direction="out" type="v"/>
 
29
  </method>
 
30
  <method name="GetAll">
 
31
   <arg name="interface" direction="in" type="s"/>
 
32
   <arg name="properties" direction="out" type="a{sv}"/>
 
33
  </method>
 
34
  <method name="Set">
 
35
   <arg name="interface" direction="in" type="s"/>
 
36
   <arg name="property" direction="in" type="s"/>
 
37
   <arg name="value" direction="in" type="v"/>
 
38
  </method>
 
39
  <signal name="PropertiesChanged">
 
40
   <arg type="s" name="interface"/>
 
41
   <arg type="a{sv}" name="changed_properties"/>
 
42
   <arg type="as" name="invalidated_properties"/>
 
43
  </signal>
 
44
 </interface>
 
45
<interface name="org.freedesktop.DBus.Peer">
 
46
 <method name="Ping"/>
 
47
 <method name="GetMachineId">
 
48
  <arg type="s" name="machine_uuid" direction="out"/>
 
49
 </method>
 
50
</interface>
 
51
 <interface name="org.freedesktop.DBus.Introspectable">
 
52
  <method name="Introspect">
 
53
   <arg name="data" type="s" direction="out"/>
 
54
  </method>
 
55
 </interface>
 
56
</node>