GtkEntryCompletion::set_model

void set_model(GtkTreeModel model);

Sets the GtkTreeModel specified by model to be used with the GtkEntryCompletion. A previously set_model() will be removed before the new model is set. If model is NULL or not specified, the old model will be unset.

See also: get_model()