diff options
Diffstat (limited to 'gtk/gtkentrycompletion.c')
-rw-r--r-- | gtk/gtkentrycompletion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index a3a01be9ff..bb5dda8b2e 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -1013,7 +1013,7 @@ gtk_entry_completion_get_entry (GtkEntryCompletion *completion) /** * gtk_entry_completion_set_model: * @completion: A #GtkEntryCompletion. - * @model: The #GtkTreeModel. + * @model: (allow-none): The #GtkTreeModel. * * Sets the model for a #GtkEntryCompletion. If @completion already has * a model set, it will remove it before setting the new model. |