jezra wrote:
> Unfortunately, it did not work.
> In the gnet-2.0 vapi, I changed the type from "public weak string" to
> "public string[]" and upon complation of my vala code, I get the
> following error:
> error: 'GConnHttpEventResponse' has no member named 'header_fields_length1'

Ok, then try putting [NoArrayLength] before each one of those array
fields in the vapi file. Since these are null terminated, they provide
no length information.

Regards,

Frederik
_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to