forked from AuroraMiddleware/gtk
Mention NULL in documentation.
* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in documentation.
This commit is contained in:
parent
aecc12a9b2
commit
a8a097c08f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user