bsquared <[email protected]> writes:

>
> vala:
>         assert (strcmp (array.get_string_element (array.get_length () - 1), 
> "hola") == 0);
>

vala snippet should have been:
        assert (strcmp (sf.get_string_field ("string_field"), "hola") == 0);


-- 
Regards,
Brian Winfrey

_______________________________________________
vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to