summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-09-20 15:20:11 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-09-20 15:20:11 +0000
commita8a097c08f3f0aa3a5308aa32b7b487aa21d47a1 (patch)
tree153be61f7710b739711e2455d7e77ee4ce086e96 /gtk/gtkentry.c
parentaecc12a9b2b0f35172068716df00ba4b55829c3a (diff)
downloadgtk+-a8a097c08f3f0aa3a5308aa32b7b487aa21d47a1.tar.gz
Mention NULL in documentation.
* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in documentation.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c5
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
*/