Imported Upstream version 1.35.9
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-C-expected / Regress.AnnotationObject.watch.page
1 <?xml version="1.0"?>
2 <page id="Regress.AnnotationObject.watch"
3       type="topic"
4       style="method"
5       xmlns="http://projectmallard.org/1.0/"
6       xmlns:api="http://projectmallard.org/experimental/api/"
7       xmlns:ui="http://projectmallard.org/1.0/ui/">
8   <info>
9     
10     <link xref="Regress.AnnotationObject" group="method" type="guide"/>
11     <api:function>
12       <api:returns>
13         <api:type>void</api:type>
14       </api:returns>
15       <api:name>regress_annotation_object_watch</api:name>
16       <api:arg>
17         <api:type>RegressAnnotationObject*</api:type>
18         <api:name>object</api:name>
19       </api:arg>
20       <api:arg>
21         <api:type>RegressAnnotationForeachFunc</api:type>
22         <api:name>func</api:name>
23       </api:arg>
24       <api:arg>
25         <api:type>gpointer</api:type>
26         <api:name>user_data</api:name>
27       </api:arg>
28     </api:function>
29
30   </info>
31   <title>regress_annotation_object_watch</title>
32   
33 <synopsis><code mime="text/x-csrc">
34 void regress_annotation_object_watch (RegressAnnotationObject* object,
35                                       RegressAnnotationForeachFunc func,
36                                       gpointer user_data);
37 </code></synopsis>
38
39   
40     <p>This is here just for the sake of being overriden by its
41 <link xref="Regress.watch_full"/>.</p>
42   
43   
44   
45   
46 <terms>
47 <item>
48 <title><code>object</code></title>
49 <p>A <link xref="Regress.AnnotationObject"/></p>
50 </item>
51 <item>
52 <title><code>func</code></title>
53 <p>The callback</p>
54 </item>
55 <item>
56 <title><code>user_data</code></title>
57 <p>The callback data</p>
58 </item>
59 <item>
60 <title><code>Returns</code></title>
61
62 </item>
63 </terms>
64
65   
66   
67 </page>