Warning, /plasma/plasma-workspace/libkworkspace/org.freedesktop.login1.Manager.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node>
0004  <interface name="org.freedesktop.login1.Manager">
0005   <property name="NAutoVTs" type="u" access="read">
0006    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0007   </property>
0008   <property name="KillOnlyUsers" type="as" access="read">
0009    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0010   </property>
0011   <property name="KillExcludeUsers" type="as" access="read">
0012    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0013   </property>
0014   <property name="KillUserProcesses" type="b" access="read">
0015    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0016   </property>
0017   <property name="IdleHint" type="b" access="read">
0018   </property>
0019   <property name="IdleSinceHint" type="t" access="read">
0020   </property>
0021   <property name="IdleSinceHintMonotonic" type="t" access="read">
0022   </property>
0023   <property name="BlockInhibited" type="s" access="read">
0024   </property>
0025   <property name="DelayInhibited" type="s" access="read">
0026   </property>
0027   <property name="InhibitDelayMaxUSec" type="t" access="read">
0028    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0029   </property>
0030   <property name="HandlePowerKey" type="s" access="read">
0031    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0032   </property>
0033   <property name="HandleSuspendKey" type="s" access="read">
0034    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0035   </property>
0036   <property name="HandleHibernateKey" type="s" access="read">
0037    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0038   </property>
0039   <property name="HandleLidSwitch" type="s" access="read">
0040    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0041   </property>
0042   <property name="IdleAction" type="s" access="read">
0043    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0044   </property>
0045   <property name="IdleActionUSec" type="t" access="read">
0046    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
0047   </property>
0048   <property name="PreparingForShutdown" type="b" access="read">
0049    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
0050   </property>
0051   <property name="PreparingForSleep" type="b" access="read">
0052    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
0053   </property>
0054   <method name="GetSession">
0055    <arg type="s" direction="in"/>
0056    <arg type="o" direction="out"/>
0057   </method>
0058   <method name="GetSessionByPID">
0059    <arg type="u" direction="in"/>
0060    <arg type="o" direction="out"/>
0061   </method>
0062   <method name="GetUser">
0063    <arg type="u" direction="in"/>
0064    <arg type="o" direction="out"/>
0065   </method>
0066   <method name="GetUserByPID">
0067    <arg type="u" direction="in"/>
0068    <arg type="o" direction="out"/>
0069   </method>
0070   <method name="GetSeat">
0071    <arg type="s" direction="in"/>
0072    <arg type="o" direction="out"/>
0073   </method>
0074   <method name="ListSessions">
0075    <arg type="a(susso)" direction="out"/>
0076    <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="SessionInfoList"/>
0077   </method>
0078   <method name="ListUsers">
0079    <arg type="a(uso)" direction="out"/>
0080    <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="UserInfoList"/>
0081   </method>
0082   <method name="ListSeats">
0083    <arg type="a(so)" direction="out"/>
0084    <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="NamedSeatPathList"/>
0085   </method>
0086   <method name="ListInhibitors">
0087    <arg type="a(ssssuu)" direction="out"/>
0088    <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="InhibitorList"/>
0089   </method>
0090   <method name="ReleaseSession">
0091    <arg type="s" direction="in"/>
0092    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0093   </method>
0094   <method name="ActivateSession">
0095    <arg type="s" direction="in"/>
0096   </method>
0097   <method name="ActivateSessionOnSeat">
0098    <arg type="s" direction="in"/>
0099    <arg type="s" direction="in"/>
0100   </method>
0101   <method name="LockSession">
0102    <arg type="s" direction="in"/>
0103    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0104   </method>
0105   <method name="UnlockSession">
0106    <arg type="s" direction="in"/>
0107    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0108   </method>
0109   <method name="LockSessions">
0110    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0111   </method>
0112   <method name="UnlockSessions">
0113    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0114   </method>
0115   <method name="KillSession">
0116    <arg type="s" direction="in"/>
0117    <arg type="s" direction="in"/>
0118    <arg type="i" direction="in"/>
0119    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0120   </method>
0121   <method name="KillUser">
0122    <arg type="u" direction="in"/>
0123    <arg type="i" direction="in"/>
0124    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0125   </method>
0126   <method name="TerminateSession">
0127    <arg type="s" direction="in"/>
0128    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0129   </method>
0130   <method name="TerminateUser">
0131    <arg type="u" direction="in"/>
0132    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0133   </method>
0134   <method name="TerminateSeat">
0135    <arg type="s" direction="in"/>
0136    <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
0137   </method>
0138   <method name="SetUserLinger">
0139    <arg type="u" direction="in"/>
0140    <arg type="b" direction="in"/>
0141    <arg type="b" direction="in"/>
0142   </method>
0143   <method name="AttachDevice">
0144    <arg type="s" direction="in"/>
0145    <arg type="s" direction="in"/>
0146    <arg type="b" direction="in"/>
0147   </method>
0148   <method name="FlushDevices">
0149    <arg type="b" direction="in"/>
0150   </method>
0151   <method name="PowerOff">
0152    <arg type="b" direction="in"/>
0153   </method>
0154   <method name="Reboot">
0155    <arg type="b" direction="in"/>
0156   </method>
0157   <method name="Suspend">
0158    <arg type="b" direction="in"/>
0159   </method>
0160   <method name="Hibernate">
0161    <arg type="b" direction="in"/>
0162   </method>
0163   <method name="HybridSleep">
0164    <arg type="b" direction="in"/>
0165   </method>
0166   <method name="CanPowerOff">
0167    <arg type="s" direction="out"/>
0168   </method>
0169   <method name="CanReboot">
0170    <arg type="s" direction="out"/>
0171   </method>
0172   <method name="CanSuspend">
0173    <arg type="s" direction="out"/>
0174   </method>
0175   <method name="CanHibernate">
0176    <arg type="s" direction="out"/>
0177   </method>
0178   <method name="CanHybridSleep">
0179    <arg type="s" direction="out"/>
0180   </method>
0181   <method name="Inhibit">
0182    <arg type="s" direction="in"/>
0183    <arg type="s" direction="in"/>
0184    <arg type="s" direction="in"/>
0185    <arg type="s" direction="in"/>
0186    <arg type="h" direction="out"/>
0187   </method>
0188   <signal name="SessionNew">
0189    <arg type="s"/>
0190    <arg type="o"/>
0191   </signal>
0192   <signal name="SessionRemoved">
0193    <arg type="s"/>
0194    <arg type="o"/>
0195   </signal>
0196   <signal name="UserNew">
0197    <arg type="u"/>
0198    <arg type="o"/>
0199   </signal>
0200   <signal name="UserRemoved">
0201    <arg type="u"/>
0202    <arg type="o"/>
0203   </signal>
0204   <signal name="SeatNew">
0205    <arg type="s"/>
0206    <arg type="o"/>
0207   </signal>
0208   <signal name="SeatRemoved">
0209    <arg type="s"/>
0210    <arg type="o"/>
0211   </signal>
0212   <signal name="PrepareForShutdown">
0213    <arg type="b"/>
0214   </signal>
0215   <signal name="PrepareForSleep">
0216    <arg type="b"/>
0217   </signal>
0218  </interface>
0219 </node>
0220