Re: [Vala] async D-Bus methods that return arrays fail to compile
- From: Jürg Billeter <j bitron ch>
- To: pHilipp Zabel <philipp zabel gmail com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] async D-Bus methods that return arrays fail to compile
- Date: Fri, 29 Jan 2010 18:49:22 +0100
Hi,
On Fri, 2010-01-29 at 14:13 +0100, pHilipp Zabel wrote:
the following example program fails to compile because Vala adds the
length of the int[] output array (output_length1) to the async begin
function call instead of to the async finish function call. The async
function itself is fine, only the D-Bus wrappers put this parameter in
the wrong place. Is there any way to work around this for now?
This is now fixed in master.
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]