Re: [Vala] [RFC, PATCH] add async keyword to vapigen

2009-09-27 Thread Jürg Billeter
On Thu, 2009-09-24 at 22:21 +0200, Philipp Zabel wrote: Hi, the following patch adds support for an async attribute to vapigen. This can be used in metadata to fix up the binding of asynchronous methods that don't end in _async like this: Thanks, applied to master. Jürg

Re: [Vala] [RFC, PATCH] add async keyword to vapigen

2009-09-25 Thread pHilipp Zabel
On Fri, Sep 25, 2009 at 9:23 AM, Jan Hudec b...@ucw.cz wrote: On Thu, Sep 24, 2009 at 22:21:36 +0200, Philipp Zabel wrote: Or would it be better to make the parser recognize asynchronous functions that don't end in _async? An async function can be recognized by having a GAsyncReadyCallback

Re: [Vala] [RFC, PATCH] add async keyword to vapigen

2009-09-25 Thread Jan Hudec
On Fri, Sep 25, 2009 at 10:17:44 +0200, pHilipp Zabel wrote: On Fri, Sep 25, 2009 at 9:23 AM, Jan Hudec b...@ucw.cz wrote: On Thu, Sep 24, 2009 at 22:21:36 +0200, Philipp Zabel wrote: Or would it be better to make the parser recognize asynchronous functions that don't end in _async? An