Re: GList empty after iteration?



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]