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!
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to