remove_items
Description:
Removes items from a Completion.
Note:
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.
Parameters:
this |
the Completion. |
items |
the items to remove. |