summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_destroy.xml
blob: 449dd8e1b8cc85a2c56c67e8ce94f9c41d8a7068 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock>/**
 * annotation_custom_destroy:
 * @callback: (destroy destroy) (closure data): Destroy notification
 *
 * Test messing up the heuristic of closure/destroy-notification
 * detection, and fixing it via annotations.
 */</commentblock>
  <docblock>
    <identifier>
      <name>annotation_custom_destroy</name>
    </identifier>
    <parameters>
      <parameter>
        <name>callback</name>
        <annotations>
          <annotation>
            <name>destroy</name>
            <options>
              <option>
                <name>destroy</name>
              </option>
            </options>
          </annotation>
          <annotation>
            <name>closure</name>
            <options>
              <option>
                <name>data</name>
              </option>
            </options>
          </annotation>
        </annotations>
        <description>Destroy notification</description>
      </parameter>
    </parameters>
    <description>Test messing up the heuristic of closure/destroy-notification
detection, and fixing it via annotations.</description>
  </docblock>
</test>

</tests>