diff options
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 435a40b6f8..de4d8139a5 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -5399,11 +5399,12 @@ connect_completion_signals (GtkEntry *entry, /** * gtk_entry_set_completion: * @entry: A #GtkEntry. - * @completion: The #GtkEntryCompletion. + * @completion: The #GtkEntryCompletion or %NULL. * * Sets @completion to be the auxiliary completion object to use with @entry. * All further configuration of the completion mechanism is done on - * @completion using the #GtkEntryCompletion API. + * @completion using the #GtkEntryCompletion API. Completion is disabled if + * @completion is set to %NULL. * * Since: 2.4 */ |