Method
GLibCompletionclear_items
deprecated: 2.26
Declaration [src]
void
g_completion_clear_items (
GCompletion* cmp
)
Description [src]
Removes all items from 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.