1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.kde.kdedglobalaccel.Component">
5 <property name="friendlyName" type="s" access="read"/>
6 <property name="uniqueName" type="s" access="read"/>
7 <method name="shortcutNames">
8 <arg type="as" direction="out"/>
9 <arg name="context" type="s" direction="in"/>
11 <method name="shortcutNames">
12 <arg type="as" direction="out"/>
14 <method name="allShortcutInfos">
15 <arg type="a(ssssssaiai)" direction="out"/>
16 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/>
17 <arg name="context" type="s" direction="in"/>
19 <method name="allShortcutInfos">
20 <arg type="a(ssssssaiai)" direction="out"/>
21 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/>
23 <method name="getShortcutContexts">
24 <arg type="as" direction="out"/>
27 <interface name="org.freedesktop.DBus.Properties">
29 <arg name="interface_name" type="s" direction="in"/>
30 <arg name="property_name" type="s" direction="in"/>
31 <arg name="value" type="v" direction="out"/>
34 <arg name="interface_name" type="s" direction="in"/>
35 <arg name="property_name" type="s" direction="in"/>
36 <arg name="value" type="v" direction="in"/>
39 <interface name="org.freedesktop.DBus.Introspectable">
40 <method name="Introspect">
41 <arg name="xml_data" type="s" direction="out"/>