Re: interested in gtk+ project development

2011-02-19 Thread Emmanuele Bassi
On Sat, 2011-02-19 at 00:56 +0100, Jaroslav Šmíd wrote: > If you are currently learning C, please, learn the difference between > size_t, int and long - some of glib/GTK devs didn't and because of that > they use int in places where size_t is more appropriate. where size_t is appropriate, glib d

Re: interested in gtk+ project development

2011-02-18 Thread Jaroslav Šmíd
If you are currently learning C, please, learn the difference between size_t, int and long - some of glib/GTK devs didn't and because of that they use int in places where size_t is more appropriate. For example g_application_open() - quite new API and they had to mess it up by using (g)int inst

Re: interested in gtk+ project development

2011-02-15 Thread Tristan Van Berkom
On Wed, Feb 16, 2011 at 1:47 PM, Patrick Noble wrote: > Hey All, > My names Patrick Noble, and was hoping for a few pointers... I am interested > in learning about and helping out in a development project such as Glade or > GTK+, and was wondering if my experience level makes this pointless. I am

Re: interested in gtk+ project development

2011-02-15 Thread Andrew Cowie
On Tue, 2011-02-15 at 20:47 -0800, Patrick Noble wrote: > My names Patrick Noble, and was hoping for a few pointers... I am interested > in learning about and helping out in a development project The best thing to do is get involved in a project that _uses_ GTK. Pick something on the GNOME deskto

interested in gtk+ project development

2011-02-15 Thread Patrick Noble
Hey All, My names Patrick Noble, and was hoping for a few pointers... I am interested in learning about and helping out in a development project such as Glade or GTK+, and was wondering if my experience level makes this pointless. I am currently learning through C, and am fairly confident in its ma