removeItems

fun removeItems(items: List)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 2.26.

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.

Parameters

items

the items to remove.