Function
GLibListnth_prev
Declaration [src]
GList*
g_list_nth_prev (
GList* list,
guint n
)
Description [src]
Gets the element n
places before list
.
This function is not directly available to language bindings.
GList*
g_list_nth_prev (
GList* list,
guint n
)
Gets the element n
places before list
.
This function is not directly available to language bindings.