Re: need help with passing a GSList of GtkWidget's as a gpointer
- From: Sven Neumann <sven gimp org>
- To: Helmethead <hoshem mel comcen com au>
- Cc: sean scanlon teradyne com, gtk-list gnome org
- Subject: Re: need help with passing a GSList of GtkWidget's as a gpointer
- Date: 18 Apr 2001 18:50:07 +0200
Helmethead <hoshem mel comcen com au> writes:
> Only hint I can think of is set button_list to null before appending to it. and appending is inefficient btw u might consider prepending or using a GList :) but either way set it to NULL first.
Appending to a GList is as inefficient as appending to a GSList. If you need
the items in that particular order, consider prepending and reversing the
list when done.
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]