Home
last modified time | relevance | path

Searched refs:n_removals (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgliststore.c453 guint n_removals, in g_list_store_splice() argument
461 g_return_if_fail (position + n_removals >= position); /* overflow */ in g_list_store_splice()
464 g_return_if_fail (position + n_removals <= n_items); in g_list_store_splice()
468 if (n_removals) in g_list_store_splice()
472 end = g_sequence_iter_move (it, n_removals); in g_list_store_splice()
495 g_list_store_items_changed (store, position, n_removals, n_additions); in g_list_store_splice()
Dgliststore.h71 guint n_removals,