[Vala] error: too many arguments to function

2010-07-22 Thread Dru Moore
Hi all, Not sure if this is a bug or user error, but I am getting an error from the c compile stage of my program: error: too many arguments to function 'hildon_wizard_dialog_set_forward_page_func' I've output the intermediate c files and it looks to me that valac is inserting an additional

Re: [Vala] error: too many arguments to function

2010-07-22 Thread Jan Hudec
On Wed, July 21, 2010 15:41, Dru Moore wrote: Hi all, Not sure if this is a bug or user error, but I am getting an error from the c compile stage of my program: error: too many arguments to function 'hildon_wizard_dialog_set_forward_page_func' From hildon-1.vapi file public void

Re: [Vala] information on dova

2010-07-22 Thread Martin DeMello
On Wed, Jul 21, 2010 at 7:21 PM, Abderrahim Kitouni a.kito...@gmail.com wrote: Hi, في ر، 21-07-2010 عند 14:51 +0200 ، كتب andi: Hi list, I was wondering if anyone could give me or point me at some information on dova and its aims. I've been googling for quite some time now and read a bit of

Re: [Vala] information on dova

2010-07-22 Thread Frederik
Martin DeMello wrote: On Wed, Jul 21, 2010 at 7:21 PM, Abderrahim Kitouni a.kito...@gmail.com wrote: Hi, في ر، 21-07-2010 عند 14:51 +0200 ، كتب andi: Hi list, I was wondering if anyone could give me or point me at some information on dova and its aims. I've been googling for quite some

Re: [Vala] Gtk Custom widget: drawing with gtk theme colours

2010-07-22 Thread Harry Van Haaren
Cheers for the XFCE link, didnt know they were doing tut's these days! I got the following vala code to work: unowned Gtk.Style style = this.get_style(); // color.x is a uint16: divide by 65535.0 to get 0-1 range Gdk.Color color = style.bg[0]; cr.set_source_rgb(color.red/65535.0,