Method

IdeUniqueListModelset_model

since: 44

Declaration

void
ide_unique_list_model_set_model (
  IdeUniqueListModel* self,
  GListModel* model
)

Description

Sets the underlying model to be deduplicated.

Available since: 44

Parameters

model

Type: GObject

A GListModel or NULL.

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