mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-23 12:12:06 -05:00
17 lines
655 B
XML
17 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>
|