Method

Gtk.MultiSorter.append

Declaration [src]

void
gtk_multi_sorter_append (
  GtkMultiSorter* self,
  GtkSorter* sorter
)

Description [src]

Add sorter to self to use for sorting at the end.

self will consult all existing sorters before it will sort with the given sorter.

Parameters

sorter GtkSorter
 

a sorter to add

 Ownership of the data is transferred to the callee