2009/5/15 Nicolas <[email protected]> > Hi, > > I'm trying to port a non Glib library, and i have some problems. > For example, when vala-gen-introspect try to convert this: >
You have to use vala-gen-introspect only for Glib/GObject based libs. For non-Glib libraries you have to write the vapi file by hand. Take a look at this page http://live.gnome.org/Vala/ExternalBindings And you will see glib and non-glib based libs and at the bottom a tutorial for Glib/GObject based libs Matias
_______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
