summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_unref_func.xml
blob: 98ac0a3ea265526fa1a7a3984c4e4970ae13cbb0 (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
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <!--
  "Unref func:" tag syntax
  -->
  <commentblock>/**
 * RegressTestFundamentalObject:
 *
 * This object tests regressions...
 *
 * Unref func: regress_test_fundamental_object_unref
 */</commentblock>
  <docblock>
    <identifier>
      <name>RegressTestFundamentalObject</name>
    </identifier>
    <description>This object tests regressions...</description>
    <tags>
      <tag>
        <name>unref func</name>
        <description>regress_test_fundamental_object_unref</description>
      </tag>
    </tags>
  </docblock>
</test>

</tests>