Method

Gtk.EntryCompletion.set_model

Declaration [src]

void
gtk_entry_completion_set_model (
  GtkEntryCompletion* completion,
  GtkTreeModel* model
)

Description [src]

Sets the model for a GtkEntryCompletion.

If completion already has a model set, it will remove it before setting the new model. If model is NULL, then it will unset the model.

Parameters

model GtkTreeModel
 

the GtkTreeModel

 Can be NULL
 Ownership is not transferred to the callee