citadel-realms/data/dbus-interfaces/com.subgraph.realms.Manager2.xml

18 lines
498 B
XML
Raw Normal View History

2024-11-12 17:12:37 -05:00
<node>
<interface name="com.subgraph.realms.Manager2">
<method name="CreateRealm">
<arg type="s" name="name" direction="in" />
</method>
<method name="GetCurrent">
<arg type="u" direction="out" />
</method>
<method name="RealmFromCitadelPid">
<arg name="pid" type="u" direction="in" />
<arg type="(us)" direction="out" />
</method>
<method name="GetGlobalConfig">
<arg type="a{ss}" direction="out"/>
</method>
</interface>
</node>