Re: Variant tests failing on big endian machines



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]