blob: aa6a23b8560bb44a8f347c9dbe4bfeecc820196a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<node>
<interface name="org.gnome.SessionManager.Inhibitor">
<method name="GetAppId">
<arg type="s" direction="out"/>
</method>
<method name="GetFlags">
<arg type="u" direction="out"/>
</method>
<method name="GetReason">
<arg type="s" direction="out"/>
</method>
</interface>
</node>
|