summaryrefslogtreecommitdiff
path: root/test/interfaces/invalid-nested-annotation.xml
blob: 8d9883623a1796296b890484fda04b427f8066da (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?><!-- ex:set et ts=2: -->
<node name="/org/freedesktop/DBus/GLib/Test/Interfaces">
  <interface name="org.freedesktop.DBus.GLib.Test.Interfaces.Annotated">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="test_annotated">
      <annotation name="com.example.Invalid" value="can't nest annotations"/>
    </annotation>
  </interface>
</node>