Function Macro

GLiblist_next

Declaration

#define g_list_next (
  list
)

Description

A convenience macro to get the next element in a GList. Note that it is considered perfectly acceptable to access list->next directly.

This function is not directly available to language bindings.

Parameters

list

Type: -

An element in a GList.