Skip to content

value: Introspect element-type in arrays

Carlos Garnacho requested to merge wip/carlosg/arrays-in-signals into master
Expose a helper function to convert array types from a
GValue in place of a GIArgument, and use it when converting
types for signal handlers.

This should handle all byte/ptr/regular arrays, and all
possible element-types contained inside.

Fixes: #377 (closed)

Edited by Carlos Garnacho

Merge request reports