Re: Variant tests failing on big endian machines
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Variant tests failing on big endian machines
- Date: Wed, 01 Jul 2015 21:48:12 +0200
On 29.06.2015 00:30, Emmanuele Bassi wrote:
char g_variant_classify (GVariant *value)
PREINIT:
GVariantClass vclass;
CODE:
RETVAL = (char) g_variant_classify (value);
OUTPUT:
RETVAL
I didn't know that the built-in "char" typemap constructs a string. I
committed a simplified version along the lines of the above. Thanks!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]