Removes items from a Completion.
Rarely used API
The items are not freed, so if the memory was dynamically allocated, free items
with g_list_free_full
after
calling this function.
this |
the Completion. |
items |
the items to remove. |