~ken-vandine/keeper/ual_api_change

« back to all changes in this revision

Viewing changes to src/qdbus-stubs/org.freedesktop.DBus.Properties.xml

Changes to command line client and some bugs fixed.

Approved by unity-api-1-bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
2
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
  <interface name="org.freedesktop.DBus.Properties">
 
5
    <method name="Get">
 
6
      <arg type="s" name="interface_name" direction="in"/>
 
7
      <arg type="s" name="property_name" direction="in"/>
 
8
      <arg type="v" name="value" direction="out"/>
 
9
    </method>
 
10
    <method name="GetAll">
 
11
      <arg type="s" name="interface_name" direction="in"/>
 
12
      <arg type="a{sv}" name="properties" direction="out"/>
 
13
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
 
14
    </method>
 
15
    <method name="Set">
 
16
      <arg type="s" name="interface_name" direction="in"/>
 
17
      <arg type="s" name="property_name" direction="in"/>
 
18
      <arg type="v" name="value" direction="in"/>
 
19
    </method>
 
20
    <signal name="PropertiesChanged">
 
21
      <arg type="s" name="interface_name"/>
 
22
      <arg type="a{sv}" name="changed_properties"/>
 
23
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
 
24
      <arg type="as" name="invalidated_properties"/>
 
25
    </signal>
 
26
  </interface>
 
27
</node>