giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / tests / scanner / annotationparser / gi / annotation_skip.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <tests>
4
5 <test>
6   <commentblock>/**
7  * annotation_object_watch: (skip)
8  * @object: A #AnnotationObject
9  * @func: The callback
10  * @user_data: The callback data
11  *
12  * This is here just for the sake of being overriden by its
13  * annotation_object_watch_full().
14  */</commentblock>
15   <docblock>
16     <identifier>
17       <name>annotation_object_watch</name>
18       <annotations>
19         <annotation>
20           <name>skip</name>
21         </annotation>
22       </annotations>
23     </identifier>
24     <parameters>
25       <parameter>
26         <name>object</name>
27         <description>A #AnnotationObject</description>
28       </parameter>
29       <parameter>
30         <name>func</name>
31         <description>The callback</description>
32       </parameter>
33       <parameter>
34         <name>user_data</name>
35         <description>The callback data</description>
36       </parameter>
37     </parameters>
38     <description>This is here just for the sake of being overriden by its
39 annotation_object_watch_full().</description>
40   </docblock>
41 </test>
42
43 </tests>