removeItems

fun removeItems(items: List)

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.

Parameters

items

the items to remove.