giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gi / annotation_method.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <commentblock>/**
7  * regress_forced_method: (method)
8  * @obj: A #RegressTestObj
9  */</commentblock>
10   <docblock>
11     <identifier>
12       <name>regress_forced_method</name>
13       <annotations>
14         <annotation>
15           <name>method</name>
16         </annotation>
17       </annotations>
18     </identifier>
19     <parameters>
20       <parameter>
21         <name>obj</name>
22         <description>A #RegressTestObj</description>
23       </parameter>
24     </parameters>
25   </docblock>
26 </test>
27
28 </tests>