Function

RBslist_deep_free

Declaration [src]

void
rb_slist_deep_free (
  GSList* list
)

Description [src]

Frees each element of list and list itself.

This function is not directly available to language bindings.

Parameters

list

Type: A list of gpointer

List to free.

The called function takes ownership of the data, and is responsible for freeing it.