Method

Gtk.TreeListModel.get_model

Declaration [src]

GListModel*
gtk_tree_list_model_get_model (
  GtkTreeListModel* self
)

Description [src]

Gets the root model that self was created with.

Return value

Returns: GListModel*

the root model

Ownership is not transferred to the caller