Re: [Vala] Vapi generation problem

2009-12-18 Thread Julian Andres Klode
Am Donnerstag, den 17.12.2009, 18:54 +0100 schrieb Nicolas: > Hello, > > I try to use a non glib-library, and i have a problem generating the > vapi file. > > On my header i have: > typedef struct my_instance my_instance; > > In my vapi file, i wrote: > public struct my_instance {} > > When i

[Vala] Vapi generation problem

2009-12-18 Thread Nicolas
Hello, I try to use a non glib-library, and i have a problem generating the vapi file. On my header i have: typedef struct my_instance my_instance; In my vapi file, i wrote: public struct my_instance {} When i use this structure (test_instance), vala generate this: my_instance test_instance;

Re: [Vala] Vapi generation problem

2009-12-17 Thread Michael 'Mickey' Lauer
Am Donnerstag, den 17.12.2009, 18:54 +0100 schrieb Nicolas: > Hello, > > I try to use a non glib-library, and i have a problem generating the > vapi file. > > On my header i have: > typedef struct my_instance my_instance; > > In my vapi file, i wrote: > public struct my_instance {} > > When i

[Vala] Vapi generation problem

2009-12-17 Thread Nicolas
Hello, I try to use a non glib-library, and i have a problem generating the vapi file. On my header i have: typedef struct my_instance my_instance; In my vapi file, i wrote: public struct my_instance {} When i use this structure (test_instance), vala generate this: my_instance test_instance;