3 <page id="GIRepository.object_info_get_get_value_function_pointer"
6 xmlns="http://projectmallard.org/1.0/"
7 xmlns:api="http://projectmallard.org/experimental/api/"
8 xmlns:ui="http://projectmallard.org/experimental/ui/">
10 <link type="guide" xref="index" group="function"/>
13 <api:type>GIObjectInfoGetValueFunction</api:type>
15 <api:name>g_object_info_get_get_value_function_pointer</api:name>
17 <api:type>GIObjectInfo*</api:type>
18 <api:name>info</api:name>
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);
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>