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