summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_element_type.xml
blob: d03c426800ab7a5dd919240470e0c1448e8ae362 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock>/**
 * foo_test_array:
 *
 * Returns: (element-type utf8) (transfer container): returns %NULL.
 */</commentblock>
  <docblock>
    <identifier>
      <name>foo_test_array</name>
    </identifier>
    <tags>
      <tag>
        <name>returns</name>
        <annotations>
          <annotation>
            <name>element-type</name>
            <options>
              <option>
                <name>utf8</name>
              </option>
            </options>
          </annotation>
          <annotation>
            <name>transfer</name>
            <options>
              <option>
                <name>container</name>
              </option>
            </options>
          </annotation>
        </annotations>
        <description>returns %NULL.</description>
      </tag>
    </tags>
  </docblock>
</test>

<test>
  <commentblock>/**
 * RegressTestObj::sig-with-hash-prop:
 * @self: an object
 * @hash: (element-type utf8 GObject.Value):
 *
 * This test signal is like TelepathyGlib's
 *  TpAccount::status-changed
 */</commentblock>
  <docblock>
    <identifier>
      <name>RegressTestObj::sig-with-hash-prop</name>
    </identifier>
    <parameters>
      <parameter>
        <name>self</name>
        <description>an object</description>
      </parameter>
      <parameter>
        <name>hash</name>
        <annotations>
          <annotation>
            <name>element-type</name>
            <options>
              <option>
                <name>utf8</name>
              </option>
              <option>
                <name>GObject.Value</name>
              </option>
            </options>
          </annotation>
        </annotations>
      </parameter>
    </parameters>
    <description>This test signal is like TelepathyGlib's
 TpAccount::status-changed</description>
  </docblock>
</test>

<test>
  <commentblock><![CDATA[/**
 * regress_test_ghash_nested_everything_return2:
 *
 * Another way of specifying nested parameterized types: using the
 * element-type annotation.
 *
 * Return value: (element-type utf8 GLib.HashTable<utf8,utf8>) (transfer full):
 */]]></commentblock>
  <docblock>
    <identifier>
      <name>regress_test_ghash_nested_everything_return2</name>
    </identifier>
    <description>Another way of specifying nested parameterized types: using the
element-type annotation.</description>
    <tags>
      <tag>
        <name>returns</name>
        <annotations>
          <annotation>
            <name>element-type</name>
            <options>
              <option>
                <name>utf8</name>
              </option>
              <option>
                <name><![CDATA[GLib.HashTable<utf8,utf8>]]></name>
              </option>
            </options>
          </annotation>
          <annotation>
            <name>transfer</name>
            <options>
              <option>
                <name>full</name>
              </option>
            </options>
          </annotation>
        </annotations>
      </tag>
    </tags>
  </docblock>
</test>

</tests>