theshell/com.canonical.AppMenu.Registrar.xml
2016-06-29 21:29:55 +10:00

16 lines
655 B
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="com.canonical.AppMenu.Registrar">
<method name="RegisterWindow">
<arg name="windowId" type="u" direction="in"/>
<arg name="menuObjectPath" type="o" direction="in"/>
</method>
<method name="UnregisterWindow">
<arg name="windowId" type="u" direction="in"/>
</method>
<method name="GetMenuForWindow">
<arg name="windowId" type="u" direction="in"/>
<arg name="menuObjectPath" type="o" direction="out"/>
</method>
</interface>
</node>