Function
GLibclear_slist
Description
Clears a pointer to a GSList
, freeing it and, optionally, freeing its elements using destroy
.
slist_ptr
must be a valid pointer. If slist_ptr
points to a null GSList
, this does nothing.
Available since: | 2.64 |
This function is not directly available to language bindings |
Parameters
slist_ptr |
A list of gpointer |
A |
|
The data is owned by the caller of the function. | |
destroy |
GDestroyNotify |
The function to pass to |
|
The argument can be NULL . |