citadel-realms/data/dbus-interfaces/com.subgraph.realms.Manager2.xml
2024-11-12 17:26:26 -05:00

18 lines
498 B
XML

<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>