blob: 78bc6041e4b5ee02ef0682afc8268a06be3fd031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<node>
<interface name="org.gnome.SessionManager.Presence">
<method name="SetStatus">
<arg type="u" direction="in"/>
</method>
<property name="status" type="u" access="readwrite"/>
<signal name="StatusChanged">
<arg type="u" direction="out"/>
</signal>
</interface>
</node>
|