Re: How do you get the data from a GList?
- From: Matias Torres <torresmat gmail com>
- To: Matías Torres <torresmat gmail com>
- Cc: Steven Boyls <sboyls tuckerenergy com>, GTK App-Dev <gtk-app-devel-list gnome org>
- Subject: Re: How do you get the data from a GList?
- Date: Fri, 17 Nov 2006 13:13:45 -0300
Ouch!
change this
next = g_slist_next (node);
to
node = g_slist_next (node);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]