Imported Upstream version 1.40.0
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-C-expected / Regress.AnnotationObject.get_hash.page
1 <?xml version="1.0"?>
2 <page id="Regress.AnnotationObject.get_hash"
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     <link xref="Regress.AnnotationObject" group="method" type="guide"/>
10     <api:function>
11       <api:returns>
12         <api:type>GHashTable*</api:type>
13       </api:returns>
14       <api:name>regress_annotation_object_get_hash</api:name>
15       <api:arg>
16         <api:type>RegressAnnotationObject*</api:type>
17         <api:name>object</api:name>
18       </api:arg>
19     </api:function>
20   </info>
21   <title>regress_annotation_object_get_hash</title>
22   <synopsis><code mime="text/x-csrc">
23 GHashTable* regress_annotation_object_get_hash (RegressAnnotationObject* object);
24   </code></synopsis>
25   <p>This is a test for returning a hash table mapping strings to
26 objects.</p>
27
28 <terms>
29 <item>
30 <title><code>object</code></title>
31   <p>a <link href="../GObject-2.0/GObject.Object.html">GObject.Object</link></p>
32 </item>
33 <item>
34 <title><code>Returns</code></title>
35   <p>hash table</p>
36 </item>
37 </terms>
38
39 </page>