Re: GList empty after iteration?
- From: Craig <craigbakalian verizon net>
- To: Florian Müllner <fmuellner gnome org>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GList empty after iteration?
- Date: Mon, 12 Sep 2011 17:33:23 -0400
On Mon, 2011-09-12 at 22:20 +0200, Florian MÃllner wrote:
You are modifying the list in the loop until g_list_next() returns
NULL ...
Right. I understand this now. However, I thought using g_list_first()
would set GList *events back to the first object. But, as you state,
the darn thing is pointing to NULL, so getting the first object of NULL
is problematic.
Thanks for helping me hack through this. I have created a solution.
--
Craig <craigbakalian verizon net>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]