Imported Upstream version 1.40.0
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-C-expected / Regress.TestInheritDrawable.get_size.page
1 <?xml version="1.0"?>
2 <page id="Regress.TestInheritDrawable.get_size"
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.TestInheritDrawable" group="method" type="guide"/>
10     <api:function>
11       <api:returns>
12         <api:type>void</api:type>
13       </api:returns>
14       <api:name>regress_test_inherit_drawable_get_size</api:name>
15       <api:arg>
16         <api:type>RegressTestInheritDrawable*</api:type>
17         <api:name>drawable</api:name>
18       </api:arg>
19       <api:arg>
20         <api:type>guint*</api:type>
21         <api:name>width</api:name>
22       </api:arg>
23       <api:arg>
24         <api:type>guint*</api:type>
25         <api:name>height</api:name>
26       </api:arg>
27     </api:function>
28   </info>
29   <title>regress_test_inherit_drawable_get_size</title>
30   <synopsis><code mime="text/x-csrc">
31 void regress_test_inherit_drawable_get_size (RegressTestInheritDrawable* drawable,
32                                              guint* width,
33                                              guint* height);
34   </code></synopsis>
35
36
37 <terms>
38 <item>
39 <title><code>drawable</code></title>
40
41 </item>
42 <item>
43 <title><code>width</code></title>
44
45 </item>
46 <item>
47 <title><code>height</code></title>
48
49 </item>
50 <item>
51 <title><code>Returns</code></title>
52
53 </item>
54 </terms>
55
56 </page>