Re: gobjects, glists and arrays beginners question

2005-05-26 Thread Pavel Syomin
Hi! I think, that better way is (this is example only) : typedef struct _Machine Machine; struct _Machine { gint machine_number; gchar *machine_name; gchar *model; gchar *operator; /* ... */ }; Machine *machine_new(gint machine_number, const gchar

Re: gobjects, glists and arrays beginners question

2005-05-26 Thread Mathias Andre
Hi Kim, You can find a really complete GObjects tutorial at http://www.le-hacker.org/papers/gobject/ If you don't really know where to start have a look at the boilerplate gobject code in this tutorial. Good luck, Mathias ___ gtk-app-devel-list mailin