18 lines
498 B
XML
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>
|