GNOME Bugzilla – Bug 709173
anotation _get_genicam_xml
Last modified: 2013-10-11 08:38:55 UTC
In commit 8a2d9856922e7b236af0d34ed2b08433c7d72b37 there is a change in annotation of _get_genicam_xml that makes it crash when used from python. using array might be correct but my personal tests seems to indicate that the array annotation is completely broken @@ -201,7 +210,7 @@ _get_genicam_xml (ArvDevice *device, size_t *size) * * Gets the Genicam XML data stored in the device memory. * - * Returns: (transfer none) : a pointer to the Genicam XML data, owned by the device. + * Returns: (transfer none) (array length=size): a pointer to the Genicam XML data, owned by the device. * * Since: 0.2.0 **/
Thanks Olivier. I've pushed a fix to master for this issue.