05a2a10c4b40a24554fe01f739eec017d0b3a22a
[platform/upstream/gobject-introspection.git] /
1 <?xml version="1.0"?>
2
3 <page id="GIRepository.object_info_get_get_value_function_pointer"
4       type="topic"
5       style="function"
6       xmlns="http://projectmallard.org/1.0/"
7       xmlns:api="http://projectmallard.org/experimental/api/"
8       xmlns:ui="http://projectmallard.org/experimental/ui/">
9   <info>
10     <link type="guide" xref="index" group="function"/>
11     <api:function>
12       <api:returns>
13         <api:type>GIObjectInfoGetValueFunction</api:type>
14       </api:returns>
15       <api:name>g_object_info_get_get_value_function_pointer</api:name>
16       <api:arg>
17         <api:type>GIObjectInfo*</api:type>
18         <api:name>info</api:name>
19       </api:arg>
20     </api:function>
21   </info>
22   <title>g_object_info_get_get_value_function_pointer</title>
23 <synopsis><code mime="text/x-csrc">
24 GIObjectInfoGetValueFunction g_object_info_get_get_value_function_pointer (GIObjectInfo* info);
25 </code></synopsis>
26 <p>Obtain a pointer to a function which can be used to
27 extract an instance of this object type out of a GValue.
28 This takes derivation into account and will reversely traverse
29 the base classes of this type, starting at the top type.</p>
30 </page>