I'm quite sure this is a typo rather than an intended thing. This
will gain a test and a warning soon.
https://bugzilla.gnome.org/show_bug.cgi?id=693098
</parameters>
</function>
<function name="annotation_ptr_array"
- c:identifier="regress_annotation_ptr_array"
- introspectable="0">
+ c:identifier="regress_annotation_ptr_array">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameter name="array" transfer-ownership="none">
<doc xml:whitespace="preserve">the array</doc>
<array name="GLib.PtrArray" c:type="GPtrArray*">
- <type name="GLib.Value"/>
+ <type name="GObject.Value"/>
</array>
</parameter>
</parameters>
/**
* regress_annotation_ptr_array:
- * @array: (element-type GLib.Value): the array
+ * @array: (element-type GObject.Value): the array
*/
void
regress_annotation_ptr_array (GPtrArray *array)