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

Merged Christoph Reiter requested to merge creiter/pygobject:gvariant-allow-iterable into master

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