You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
core/session/com.cutefish.Session.xml

33 lines
1.3 KiB
XML

<!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="com.cutefish.Session">
<method name="logout">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="reboot">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="powerOff">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="suspend">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="startDesktopProcess">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="updateNetworkProxy">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="launch">
<arg name="exec" type="s" direction="in"/>
<arg name="args" type="as" direction="in"/>
</method>
<method name="launch">
<arg name="exec" type="s" direction="in"/>
<arg name="workingDirectory" type="s" direction="in"/>
<arg name="args" type="as" direction="in"/>
</method>
</interface>
</node>