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

<tests>

<test>
  <commentblock>/**
 * annotation_object_watch: (skip)
 * @object: A #AnnotationObject
 * @func: The callback
 * @user_data: The callback data
 *
 * This is here just for the sake of being overriden by its
 * annotation_object_watch_full().
 */</commentblock>
  <docblock>
    <identifier>
      <name>annotation_object_watch</name>
      <annotations>
        <annotation>
          <name>skip</name>
        </annotation>
      </annotations>
    </identifier>
    <parameters>
      <parameter>
        <name>object</name>
        <description>A #AnnotationObject</description>
      </parameter>
      <parameter>
        <name>func</name>
        <description>The callback</description>
      </parameter>
      <parameter>
        <name>user_data</name>
        <description>The callback data</description>
      </parameter>
    </parameters>
    <description>This is here just for the sake of being overriden by its
annotation_object_watch_full().</description>
  </docblock>
</test>

</tests>