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