Re: [Vala] problem with GNet Connhttpeventresponse



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]