blob: 55be7d79f8b4126799b263178c2607313cf1cf6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<node>
<interface name="org.freedesktop.Application">
<method name="ActivateAction">
<arg type="s" direction="in"/>
<arg type="av" direction="in"/>
<arg type="a{sv}" direction="in"/>
</method>
<method name="Activate">
<arg type="a{sv}" direction="in"/>
</method>
</interface>
</node>
|