~ubuntu-branches/ubuntu/trusty/indicator-session/trusty-updates

« back to all changes in this revision

Viewing changes to src/org.freedesktop.login1.Session.xml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Charles Kerr, Lars Uebernickel, Łukasz 'sil2100' Zemczak, Ubuntu daily release
  • Date: 2013-07-16 02:02:05 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20130716020205-84ig434y92hxi2g8
Tags: 12.10.5+13.10.20130716-0ubuntu1
[ Charles Kerr ]
* This is the GMenu, login1 version of indicator-session. This
  resubmission removes the prerequisite branch because the entire diff
  is contained in this ng-login1 branch.

[ Lars Uebernickel ]
* This is the GMenu, login1 version of indicator-session. This
  resubmission removes the prerequisite branch because the entire diff
  is contained in this ng-login1 branch.

[ Łukasz 'sil2100' Zemczak ]
* Add the python build-dep, as gdbus-codegen needs it to work
  properly.

[ Ubuntu daily release ]
* Automatic snapshot from revision 400

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.Session">
5
 
    <method name="Terminate"/>
6
 
    <method name="Activate"/>
7
 
    <method name="Lock"/>
8
 
    <method name="Unlock"/>
9
 
    <method name="SetIdleHint">
10
 
      <arg name="b" direction="in" type="b"/>
11
 
    </method>
12
 
    <method name="Kill">
13
 
      <arg name="who" direction="in" type="s"/>
14
 
      <arg name="signal" direction="in" type="s"/>
15
 
    </method>
16
 
    <signal name="Lock"/>
17
 
    <signal name="Unlock"/>
18
 
    <property name="Id" type="s" access="read"/>
19
 
    <property name="User" type="(uo)" access="read">
20
 
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="UintPath"/>
21
 
    </property>
22
 
    <property name="Name" type="s" access="read"/>
23
 
    <property name="Timestamp" type="t" access="read"/>
24
 
    <property name="TimestampMonotonic" type="t" access="read"/>
25
 
    <property name="DefaultControlGroup" type="s" access="read"/>
26
 
    <property name="VTNr" type="u" access="read"/>
27
 
    <property name="Seat" type="(so)" access="read">
28
 
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="StringPath"/>
29
 
    </property>
30
 
    <property name="TTY" type="s" access="read"/>
31
 
    <property name="Display" type="s" access="read"/>
32
 
    <property name="Remote" type="b" access="read"/>
33
 
    <property name="RemoteHost" type="s" access="read"/>
34
 
    <property name="RemoteUser" type="s" access="read"/>
35
 
    <property name="Service" type="s" access="read"/>
36
 
    <property name="Leader" type="u" access="read"/>
37
 
    <property name="Audit" type="u" access="read"/>
38
 
    <property name="Type" type="s" access="read"/>
39
 
    <property name="Class" type="s" access="read"/>
40
 
    <property name="Active" type="b" access="read"/>
41
 
    <property name="State" type="s" access="read"/>
42
 
    <property name="Controllers" type="as" access="read"/>
43
 
    <property name="ResetControllers" type="as" access="read"/>
44
 
    <property name="KillProcesses" type="b" access="read"/>
45
 
    <property name="IdleHint" type="b" access="read"/>
46
 
    <property name="IdleSinceHint" type="t" access="read"/>
47
 
    <property name="IdleSinceHintMonotonic" type="t" access="read"/>
48
 
  </interface>
49
 
</node>