* gege2061 wrote, On 26/06/08 13:03:
I haven't found any instructions on vala introspection yet. Do you have any?Good :) But it's not a simple feature :( You can use the files (created by gobject introspection) instead create a vapi-xml convertor. But is it a good idea to add dependancies with this files (which aren't installed with vala, unlike the vapi files)? Sam 2008/6/25 Sam Liddicott <sam liddicott com>:Thanks; silly me, it's obvious now. It makes perfect sense. I'm thinking about the prototype problem. I guess the vapi files know, so it will involve libvala no doubt. It will either be a vapi-xml convertor or rewrite the xslt to vala or C using libvala. Sam -----Original Message----- From: gege2061 <gege2061 redaction-developpez com> Sent: 25 June 2008 20:38 To: Sam Liddicott <sam liddicott com> Cc: vala-list gnome org Subject: Re: gtk widget bindings complete Complete GladeValaDemo class with : public abstract void on_button1_clicked(Gtk.Widget widget); public abstract void on_GladeValaDemo_destroy (Gtk.Widget widget); The problem is to determine the prototype of callback :/ 2008/6/25 Sam Liddicott <sam liddicott com>:I fear I don't understand the second suggestion. Please could you provide a small example. Thanks Sam -----Original Message----- From: gege2061 <gege2061 redaction-developpez com> Sent: 25 June 2008 18:39 To: Sam Liddicott <sam liddicott com> Cc: vala-list gnome org Subject: Re: gtk widget bindings complete |