Re: [Vala] Genie async methods



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]