GLib.Variant: Fix creation of guchar array from bytes. Fixes #174e1c00daff8c75f0a543c841d5a749b698f051a6f30/head
commite1c00daff8c75f0a543c841d5a749b698f051a6f
authorChristoph Reiter <reiter.christoph@gmail.com>
Sat, 10 Mar 2018 09:41:27 +0000 (10 10:41 +0100)
committerChristoph Reiter <reiter.christoph@gmail.com>
Sat, 10 Mar 2018 09:56:39 +0000 (10 10:56 +0100)
treeb6829cb8107803b0cda1e2efcbeacdbcb26e97ad
parentaf3bf5fcec02da7889a659b0aec4880712ed079e
GLib.Variant: Fix creation of guchar array from bytes. Fixes #174

This is some fallout from !4

Instead of only allowing certain types just make sure that the passed
value is iterable.
gi/overrides/GLib.py
tests/test_overrides_glib.py