diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-12 14:58:31 +0000 |
|---|---|---|
| committer | Tarmac <Unknown> | 2013-07-12 14:58:31 +0000 |
| commit | 550b78d3ce87fcbf446b4d9e70f93214c6d1c72a (patch) | |
| tree | 54b1593439a2ef0e69d30a3b8cb891d865db9d31 /src/org.freedesktop.login1.Session.xml | |
| parent | abf13603f580a2041b661dd0c81bdb0d95b92051 (diff) | |
| parent | a19955f3f81b1a5eb8fc928bc5dcf8a24bb6833f (diff) | |
| download | ayatana-indicator-session-550b78d3ce87fcbf446b4d9e70f93214c6d1c72a.tar.gz ayatana-indicator-session-550b78d3ce87fcbf446b4d9e70f93214c6d1c72a.tar.bz2 ayatana-indicator-session-550b78d3ce87fcbf446b4d9e70f93214c6d1c72a.zip | |
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.
Approved by PS Jenkins bot.
Diffstat (limited to 'src/org.freedesktop.login1.Session.xml')
| -rw-r--r-- | src/org.freedesktop.login1.Session.xml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/src/org.freedesktop.login1.Session.xml b/src/org.freedesktop.login1.Session.xml deleted file mode 100644 index 24a6fac..0000000 --- a/src/org.freedesktop.login1.Session.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?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.Session"> - <method name="Terminate"/> - <method name="Activate"/> - <method name="Lock"/> - <method name="Unlock"/> - <method name="SetIdleHint"> - <arg name="b" direction="in" type="b"/> - </method> - <method name="Kill"> - <arg name="who" direction="in" type="s"/> - <arg name="signal" direction="in" type="s"/> - </method> - <signal name="Lock"/> - <signal name="Unlock"/> - <property name="Id" type="s" access="read"/> - <property name="User" type="(uo)" access="read"> - <annotation name="org.qtproject.QtDBus.QtTypeName" value="UintPath"/> - </property> - <property name="Name" type="s" access="read"/> - <property name="Timestamp" type="t" access="read"/> - <property name="TimestampMonotonic" type="t" access="read"/> - <property name="DefaultControlGroup" type="s" access="read"/> - <property name="VTNr" type="u" access="read"/> - <property name="Seat" type="(so)" access="read"> - <annotation name="org.qtproject.QtDBus.QtTypeName" value="StringPath"/> - </property> - <property name="TTY" type="s" access="read"/> - <property name="Display" type="s" access="read"/> - <property name="Remote" type="b" access="read"/> - <property name="RemoteHost" type="s" access="read"/> - <property name="RemoteUser" type="s" access="read"/> - <property name="Service" type="s" access="read"/> - <property name="Leader" type="u" access="read"/> - <property name="Audit" type="u" access="read"/> - <property name="Type" type="s" access="read"/> - <property name="Class" type="s" access="read"/> - <property name="Active" type="b" access="read"/> - <property name="State" type="s" access="read"/> - <property name="Controllers" type="as" access="read"/> - <property name="ResetControllers" type="as" access="read"/> - <property name="KillProcesses" type="b" access="read"/> - <property name="IdleHint" type="b" access="read"/> - <property name="IdleSinceHint" type="t" access="read"/> - <property name="IdleSinceHintMonotonic" type="t" access="read"/> - </interface> -</node> |
