Re: g_list_prepend() does not call g_list_first()

2005-12-01 Thread Paul LeoNerd Evans
On Thu, 01 Dec 2005 09:11:30 -0800 Alan M. Evans [EMAIL PROTECTED] wrote: I believe that this is a reasonable behavior. But it should be documented. I am inclined to agree. Anyone with any sense, as you point out, would keep a pointer to the head of the list; thus making g_list_prepend()

Re: g_list_prepend() does not call g_list_first()

2005-12-01 Thread Federico Mena Quintero
On Fri, 2005-12-02 at 01:50 +, Paul LeoNerd Evans wrote: That said, by specifically not moving to the head of the list, this makes it into an equivalent of g_list_insert_before(), when passed the same GList* as both arguments. Is this intended / desirable / noticed? Could you please submit