Re: Clist
- From: Paul Davis <pbd Op Net>
- To: Sven Neumann <sven gimp org>
- Cc: Brad House <brad mainstreetsoftworks com>, gtk-list gnome org
- Subject: Re: Clist
- Date: Fri, 17 Aug 2001 02:06:49 -0400
>I didn't look close enough, that's exactly what you did. I just don't
>see why you want to convert this list into an array. The list can be
>easily be iterated by itself:
>
> Glist *list;
>
> for (list = clist->selections; list; list = list->next)
^^^^^^^^^^^^^^^^^
list = g_list_next (list);
please stick to the published API :)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]