Re: [gtk-list] Re: newbie g_list_remove prob



> Does g_list_remove() compare the pointer or the string which the pointer
> points to when searching for the appropriate entry?  In other words, do I
> need to pass in the original
> variable which I used in the g_list_append() to create the list?  (That
> didn't sound to clear either)

It just compares pointers, not the contents that the pointer points to.
Iain



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]