Skip to content

GLib.Variant: Fix creation of guchar array from bytes. Fixes #174

This is some fallout from !4 (merged)

Instead of only allowing certain types just make sure that the passed value is iterable.

Merge request reports