Re: [Vala] Genie async methods
- From: Nicolas <c r n a wanadoo fr>
- To: self antono info, vala-list gnome org
- Subject: Re: [Vala] Genie async methods
- Date: Mon, 21 Feb 2011 12:42:26 +0100
Try this:
def async search (query : Query) : ResultSet? raises SearchError
Don't forget to build with "--pkg gio-2.0"
Nicolas.
Nope, neither when swapped async and ResultSet.
Compilation failed: 1 error(s), 1 warning(s)
def search (query : Query) : async ResultSet? raises SearchError
^^^^^^^^^
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]