Method
GtkListStoreswap
since: 2.2
Declaration [src]
void
gtk_list_store_swap (
GtkListStore* store,
GtkTreeIter* a,
GtkTreeIter* b
)
Description [src]
Swaps a and b in store. Note that this function only works with
unsorted stores.
Available since: 2.2
Parameters
a-
Type:
GtkTreeIterA
GtkTreeIter.The data is owned by the caller of the method. b-
Type:
GtkTreeIterAnother
GtkTreeIter.The data is owned by the caller of the method.