Use of GList



	Hi all,
I'm perhaps simply stupid, but browsing glib.h, I found that GList (that we
use abundantly in balsa :) is doubly linked, ie it's OK to use
g_list_append on it.
In fact GSList is the type of simply linked list.
So what do we do : we change all GList to GSList ?
Bye
Manu




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