Re: [Vala] Support for exporting a callback function in windows!!

2008-07-03 Thread Jared Moore
Hi Matías, (sorry, I pressed "Reply" instead of "Reply All" by accident). If you can report a bug for it in Bugzilla then I might make a patch sometime soon. Plus, having it reported in Bugzilla means it won't get forgotten. Cheers, Jared 2008/7/4 Matías De la Puente <[EMAIL PROTECTED]>: > Hell

Re: [Vala] Libgda3 bindings

2008-07-03 Thread Jürg Billeter
Hi Roberto, On Fri, 2008-05-23 at 02:34 +0200, Roberto Majadas wrote: > Here is the output of vala-gen-introspect and vapigen and the bindings > files. > > [EMAIL PROTECTED]:~/Desktop/vala/vapi/packages$ vala-gen-introspect > libgda-3.0 libgda-3.0 > Dropping [...] duplicate Nothing to worry abo

[Vala] Support for exporting a callback function in windows!!

2008-07-03 Thread Matías De la Puente
Hello all, It is posible to add an attibute (like '[Export]') for export a callback function in windows? In linux work fine the callback functions but in window must add this to a callback method: G_MODULE_EXPORT void callback_example (); When compiling on Linux, this will have absolutely no eff