Mention NULL in documentation.

* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
    documentation.
This commit is contained in:
Johan Dahlin 2005-09-20 15:20:11 +00:00
parent aecc12a9b2
commit a8a097c08f
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-09-20 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
documentation.
2005-09-20 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkselection-win32.c

View File

@ -1,3 +1,8 @@
2005-09-20 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
documentation.
2005-09-20 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkselection-win32.c

View File

@ -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
*/