summaryrefslogtreecommitdiff
path: root/test/interfaces/invalid-annotated-node.xml
blob: 4759b1f36795801cec1d80fe7630e6827078a4e0 (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">
  <annotation name="com.example.Invalid" value="not allowed here!"/>

  <interface name="org.freedesktop.DBus.GLib.Test.Interfaces.Annotated">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="test_annotated"/>
  </interface>
</node>