Re: Basic question - GtkTreeviewForeachFunc

2006-05-25 Thread Alexandru Csete
On 24/05/06, John Coppens <[EMAIL PROTECTED]> wrote: Hi guys. I'm trying to get this working: --- The function gboolean save_one_sat(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data) { // do something } --- Is passed to another

Re: Basic question - GtkTreeviewForeachFunc

2006-05-25 Thread Yeti
On Wed, May 24, 2006 at 12:18:34PM -0300, John Coppens wrote: > I'm trying to get this working: > > --- The function > gboolean > save_one_sat(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, > gpointer data) > { > // do something > } > > --- Is