Method
GLibCompletionfree
deprecated: 2.26
Declaration [src]
void
g_completion_free (
GCompletion* cmp
)
Description [src]
Frees all memory used by the GCompletion
. The items are not freed, so if
the memory was dynamically allocated, it should be freed after calling this function.
Deprecated since: 2.26
Rarely used API.