Constructor

Gtk.NoSelection.new

Declaration [src]

GtkNoSelection*
gtk_no_selection_new (
  GListModel* model
)

Description [src]

Creates a new selection to handle model.

Parameters

model GListModel*
 

the GListModel to manage, or NULL

 Can be NULL
 Ownership of the data is transferred to the callee

Return value

Returns: GtkNoSelection

a new GtkNoSelection

Ownership of the data is transferred to the caller