File: dbus-properties.xml

package info (click to toggle)
telepathy-qt 0.9.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,568 kB
  • ctags: 10,318
  • sloc: cpp: 65,703; xml: 34,269; ansic: 20,741; python: 3,953; sh: 124; makefile: 26
file content (29 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<tp:spec
  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">

  <tp:title>D-Bus Properties</tp:title>

  <node name="/Properties">
    <interface name="org.freedesktop.DBus.Properties">

      <method name="Get">
        <arg direction="in" type="s" name="Interface_Name"/>
        <arg direction="in" type="s" name="Property_Name"/>
        <arg direction="out" type="v" name="Value"/>
      </method>

      <method name="Set">
        <arg direction="in" type="s" name="Interface_Name"/>
        <arg direction="in" type="s" name="Property_Name"/>
        <arg direction="in" type="v" name="Value"/>
      </method>

      <method name="GetAll">
        <arg direction="in" type="s" name="Interface_Name"/>
        <arg direction="out" type="a{sv}" name="Properties"/>
      </method>

    </interface>
  </node>

</tp:spec>