Method

Gtk.ListStore.swap

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.

Parameters

a GtkTreeIter
 

A GtkTreeIter.

 Ownership is not transferred to the callee
b GtkTreeIter
 

Another GtkTreeIter.

 Ownership is not transferred to the callee