Method

GLibCompletionclear_items

deprecated: 2.26 

Declaration

void
g_completion_clear_items (
  GCompletion* cmp
)

Description

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.