go
GSList.next
glib
c
types
GSList
contains the link to the next element in the list.
struct
GSList
GSList
*
next
;
glib
c
types
GSList
variables
data
next
contains the link to the next element in the list.