StringCompletion.removeItems

Warning g_completion_remove_items has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API Removes items from a GCompletion. The items are not freed, so if the memory was dynamically allocated, free items with g_list_free_full() after calling this function.

class StringCompletion
void
removeItems

Parameters

items ListG

the items to remove. [transfer none]

Meta