gnome-shell/data/dbus-interfaces/org.freedesktop.Application.xml
2020-03-02 11:59:43 +01:00

13 lines
328 B
XML

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