~charlesk/appmenu-gtk/lp-788640

3 by Cody Russell
dbus binding fu
1
<?xml version="1.0" encoding="UTF-8"?>
2
<node name="/">
104.1.1 by Ted Gould
Switching to canonical.com
3
	<interface name="com.canonical.AppMenu.Registrar">
3 by Cody Russell
dbus binding fu
4
5
<!-- Methods -->
6
		<method name="RegisterWindow">
7
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
8
			<arg type="u" name="windowID" direction="in" />
9
			<arg type="o" name="path" direction="in" />
10
		</method>
11
12
	</interface>
13
</node>