Current File : //usr/share/dbus-1/interfaces/org.freedesktop.home1.Home.xml |
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<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="xml_data" type="s" direction="out"/>
</method>
</interface>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="out" type="v"/>
</method>
<method name="GetAll">
<arg name="interface_name" direction="in" type="s"/>
<arg name="props" direction="out" type="a{sv}"/>
</method>
<method name="Set">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="in" type="v"/>
</method>
<signal name="PropertiesChanged">
<arg type="s" name="interface_name"/>
<arg type="a{sv}" name="changed_properties"/>
<arg type="as" name="invalidated_properties"/>
</signal>
</interface>
<interface name="org.freedesktop.DBus.ObjectManager">
<method name="GetManagedObjects">
<arg type="a{oa{sa{sv}}}" name="object_paths_interfaces_and_properties" direction="out"/>
</method>
<signal name="InterfacesAdded">
<arg type="o" name="object_path"/>
<arg type="a{sa{sv}}" name="interfaces_and_properties"/>
</signal>
<signal name="InterfacesRemoved">
<arg type="o" name="object_path"/>
<arg type="as" name="interfaces"/>
</signal>
</interface>
<interface name="org.freedesktop.home1.Home">
<property name="UserName" type="s" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
</property>
<property name="UID" type="u" access="read">
</property>
<property name="UnixRecord" type="(suusss)" access="read">
</property>
<property name="State" type="s" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
</property>
<property name="UserRecord" type="(sb)" access="read">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/>
</property>
<method name="Activate">
<arg type="s" name="secret" direction="in"/>
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
<method name="Deactivate">
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
<method name="Unregister">
</method>
<method name="Realize">
<arg type="s" name="secret" direction="in"/>
</method>
<method name="Remove">
</method>
<method name="Fixate">
<arg type="s" name="secret" direction="in"/>
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
<method name="Authenticate">
<arg type="s" name="secret" direction="in"/>
</method>
<method name="Update">
<arg type="s" name="user_record" direction="in"/>
</method>
<method name="Resize">
<arg type="t" name="size" direction="in"/>
<arg type="s" name="secret" direction="in"/>
</method>
<method name="ChangePassword">
<arg type="s" name="new_secret" direction="in"/>
<arg type="s" name="old_secret" direction="in"/>
</method>
<method name="Lock">
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
<method name="Unlock">
<arg type="s" name="secret" direction="in"/>
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
<method name="Acquire">
<arg type="s" name="secret" direction="in"/>
<arg type="b" name="please_suspend" direction="in"/>
<arg type="h" name="send_fd" direction="out"/>
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
<method name="Ref">
<arg type="b" name="please_suspend" direction="in"/>
<arg type="h" name="send_fd" direction="out"/>
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
<method name="Release">
<annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
</method>
</interface>
</node>