Function Macro
GLiblist_previous
since: 2.0
Declaration [src]
#define g_list_previous (
list
)
Description [src]
A convenience macro to get the previous element in a GList
.
Note that it is considered perfectly acceptable to access
list
->prev directly.
Available since: 2.0
This function is not directly available to language bindings.