|
| 1 | +<node> |
| 2 | + <interface name="com.canonical.dbusmenu"> |
| 3 | + <property name="Version" type="u" access="read"/> |
| 4 | + <property name="TextDirection" type="s" access="read"/> |
| 5 | + <property name="Status" type="s" access="read"/> |
| 6 | + <property name="IconThemePath" type="as" access="read"/> |
| 7 | + |
| 8 | + <method name="GetLayout"> |
| 9 | + <arg type="i" name="parentId" direction="in"/> |
| 10 | + <arg type="i" name="recursionDepth" direction="in"/> |
| 11 | + <arg type="as" name="propertyNames" direction="in"/> |
| 12 | + <arg type="u" name="revision" direction="out"/> |
| 13 | + <arg type="(ia{sv}av)" name="layout" direction="out"/> |
| 14 | + <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="DBusMenuLayout"/> |
| 15 | + </method> |
| 16 | + <method name="GetGroupProperties"> |
| 17 | + <arg type="ai" name="ids" direction="in"/> |
| 18 | + <arg type="as" name="propertyNames" direction="in"/> |
| 19 | + <arg type="a(ia{sv})" name="properties" direction="out"/> |
| 20 | + <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="DBusMenuIdList"/> |
| 21 | + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="DBusMenuItemPropertiesList"/> |
| 22 | + </method> |
| 23 | + <method name="GetProperty"> |
| 24 | + <arg type="i" name="id" direction="in"/> |
| 25 | + <arg type="s" name="name" direction="in"/> |
| 26 | + <arg type="v" name="value" direction="out"/> |
| 27 | + </method> |
| 28 | + <method name="Event"> |
| 29 | + <arg type="i" name="id" direction="in"/> |
| 30 | + <arg type="s" name="eventId" direction="in"/> |
| 31 | + <arg type="v" name="data" direction="in"/> |
| 32 | + <arg type="u" name="timestamp" direction="in"/> |
| 33 | + </method> |
| 34 | + <!--<method name="EventGroup"> |
| 35 | + <arg type="a(isvu)" name="events" direction="in"/> |
| 36 | + <arg type="ai" name="idErrors" direction="out"/> |
| 37 | + <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="DBusMenuEventList"/> |
| 38 | + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="DBusMenuIdList"/> |
| 39 | + </method>--> |
| 40 | + <method name="AboutToShow"> |
| 41 | + <arg type="i" name="id" direction="in"/> |
| 42 | + <arg type="b" name="needUpdate" direction="out"/> |
| 43 | + </method> |
| 44 | + <method name="AboutToShowGroup"> |
| 45 | + <arg type="ai" name="ids" direction="in"/> |
| 46 | + <arg type="ai" name="updatesNeeded" direction="out"/> |
| 47 | + <arg type="ai" name="idErrors" direction="out"/> |
| 48 | + <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="DBusMenuIdList"/> |
| 49 | + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="DBusMenuIdList"/> |
| 50 | + <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="DBusMenuIdList"/> |
| 51 | + </method> |
| 52 | + |
| 53 | + <signal name="ItemsPropertiesUpdated"> |
| 54 | + <arg type="a(ia{sv})" name="updatedProps" direction="out"/> |
| 55 | + <arg type="a(ias)" name="removedProps" direction="out"/> |
| 56 | + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="DBusMenuItemPropertiesList"/> |
| 57 | + <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="DBusMenuItemPropertyNamesList"/> |
| 58 | + </signal> |
| 59 | + <signal name="LayoutUpdated"> |
| 60 | + <arg type="u" name="revision" direction="out"/> |
| 61 | + <arg type="i" name="parent" direction="out"/> |
| 62 | + </signal> |
| 63 | + <signal name="ItemActivationRequested"> |
| 64 | + <arg type="i" name="id" direction="out"/> |
| 65 | + <arg type="u" name="timestamp" direction="out"/> |
| 66 | + </signal> |
| 67 | + </interface> |
| 68 | +</node> |
0 commit comments