Re: [Vala] problem with GNet Connhttpeventresponse
- From: Frederik <scumm_fredo gmx net>
- To: vala-list <vala-list gnome org>
- Subject: Re: [Vala] problem with GNet Connhttpeventresponse
- Date: Wed, 21 Jan 2009 23:52:10 +0100
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]