Method

GtkSortListModelset_model

Declaration [src]

void
gtk_sort_list_model_set_model (
  GtkSortListModel* self,
  GListModel* model
)

Description [src]

Sets the model to be sorted.

The models item type must conform to the item type of self.

Parameters

model

Type: GObject

The model to be sorted.

The argument can be NULL.
The data is owned by the caller of the method.