File: strict-introspection.xml

package info (click to toggle)
dbus-fast 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,816 kB
  • sloc: python: 10,129; xml: 39; makefile: 29; sh: 5
file content (29 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
    "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/com/example/sample_object0">
    <interface name="com.example.SampleInterface0">
        <method name="Frobate">
            <arg name="foo" type="i" direction="in"/>
            <arg name="bar" type="s" direction="out"/>
            <arg name="0-baz" type="a{us}" direction="out"/>
            <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
        </method>
        <method name="Bazify">
            <arg name="bar" type="(iiu)" direction="in"/>
            <arg name="bar" type="v" direction="out"/>
        </method>
        <method name="Mogrify">
            <arg name="bar" type="(iiav)" direction="in"/>
        </method>
        <signal name="Changed">
            <arg name="0-new_value" type="b"/>
        </signal>
        <signal name="ChangedMulti">
            <arg name="new_value1" type="b"/>
            <arg name="0-new_value2" type="y"/>
        </signal>
        <property name="Bar" type="y" access="write"/>
    </interface>
    <node name="child_of_sample_object"/>
    <node name="another_child_of_sample_object"/>
</node>