File: valid-annotations.xml

package info (click to toggle)
dbus-glib 0.114-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,096 kB
  • sloc: ansic: 23,493; sh: 4,634; makefile: 630; xml: 441
file content (27 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download | duplicates (8)
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
<?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.Annotatable" value="yes"/>

    <method name="DoThings">
      <annotation name="com.example.Annotatable" value="yeah"/>
      <arg name="message" type="s" direction="out">
        <annotation name="com.example.MaybeAnnotatable"
          value="strictly speaking this isn't meant to be allowed"/>
      </arg>
    </method>

    <signal name="ThingsDone">
      <annotation name="com.example.Annotatable" value="fd.o#27598 says so"/>
      <arg name="message" type="s">
        <annotation name="com.example.MaybeAnnotatable"
          value="strictly speaking this isn't meant to be allowed"/>
      </arg>
    </signal>

    <property name="Things" type="s" access="read">
      <annotation name="com.example.Annotatable" value="hopefully"/>
    </property>
  </interface>
</node>