[Vala] Stacked arrays in Vala
- From: rastersoft <raster rastersoft com>
- To: vala-list gnome org
- Subject: [Vala] Stacked arrays in Vala
- Date: Sun, 6 May 2018 17:50:29 +0200
Hi all:
I'm trying to use a DBus interface that returns an array of arrays of
uint8 ("aay" in dbus syntax). The problem is that I don't know how to
create the interface in Vala, because if I try to use:
uint8[][] Property;
it says "error: Stacked arrays are not supported"
Can someone give me a hint?
Thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]