[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

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 use this

Re: [Vala] DBus horror

2009-12-18 Thread Kos
Solved it, Everything fine with vala in this files, I just called the wrong functions: getMetaData instead of getMetadata. Nikos On Tue, Dec 15, 2009 at 3:11 PM, Kos nikosversch...@gmail.com wrote: Hey, I'm back with more DBus problems. Now I want to receive an 'a{sv}' output. I translated

Re: [Vala] [PATCH] gtk-clutter-0.10 bindings

2009-12-18 Thread Gordon Allott
On Wed, 2009-12-16 at 22:34 -0600, Andrew Breiner wrote: Your patch made gtkstage.get_stage() return a Clutter.Actor, I was just wondering why it didn't return a Clutter.Stage. I manually edited the vapi file and told GtkClutter.Embed to have the following information: public class

Re: [Vala] [PATCH] gtk-clutter-0.10 bindings

2009-12-18 Thread Andrew Breiner
On 12/18/2009 08:53 AM, Gordon Allott wrote: On Wed, 2009-12-16 at 22:34 -0600, Andrew Breiner wrote: Your patch made gtkstage.get_stage() return a Clutter.Actor, I was just wondering why it didn't return a Clutter.Stage. I manually edited the vapi file and told GtkClutter.Embed to have