mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Reflect the last change in the docs.
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the last change in the docs.
This commit is contained in:
parent
57e15782ff
commit
e1a243138a
@ -1,3 +1,9 @@
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the
|
||||
last change in the docs.
|
||||
|
||||
Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the
|
||||
last change in the docs.
|
||||
|
||||
Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the
|
||||
last change in the docs.
|
||||
|
||||
Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the
|
||||
last change in the docs.
|
||||
|
||||
Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
|
@ -3519,6 +3519,7 @@ gtk_combo_box_set_active_iter (GtkComboBox *combo_box,
|
||||
*
|
||||
* Sets the model used by @combo_box to be @model. Will unset a
|
||||
* previously set model (if applicable).
|
||||
* If model is %NULL, then it will unset the model.
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
|
@ -819,6 +819,7 @@ gtk_entry_completion_get_entry (GtkEntryCompletion *completion)
|
||||
*
|
||||
* Sets the model for a #GtkEntryCompletion. If @completion already has
|
||||
* a model set, it will remove it before setting the new model.
|
||||
* If model is %NULL, then it will unset the model.
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user