zbus_xml 5.1.1

API to handle D-Bus introspection XML
Documentation
<?xml version="1.0" encoding="utf-8"?>
<!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">
    <node name="first"/>
    <interface name="com.example.SampleInterface0">
        <method name="Frobate">
            <arg name="foo" type="i" direction="in"/>
            <arg name="bar" type="s" direction="out"/>
            <arg name="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="new_value" type="b"/>
        </signal>
        <property name="Bar" type="y" access="readwrite"/>
    </interface>
    <node name="child_of_sample_object"/>
    <node name="another_child_of_sample_object"/>
    <node name="another_child_of_sample_object-with-dashes"/>
</node>