From e1a243138a6f15785319b857d18049c78a07fba4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 Jun 2004 04:05:25 +0000 Subject: [PATCH] Reflect the last change in the docs. Sat Jun 26 00:04:36 2004 Matthias Clasen * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the last change in the docs. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkcombobox.c | 1 + gtk/gtkentrycompletion.c | 1 + 6 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd57a6c1cd..8c29953e0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jun 26 00:04:36 2004 Matthias Clasen + + * 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 * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fd57a6c1cd..8c29953e0e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sat Jun 26 00:04:36 2004 Matthias Clasen + + * 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 * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index fd57a6c1cd..8c29953e0e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sat Jun 26 00:04:36 2004 Matthias Clasen + + * 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 * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index fd57a6c1cd..8c29953e0e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Sat Jun 26 00:04:36 2004 Matthias Clasen + + * 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 * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 7dc08dcf86..2e286dbda6 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -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 */ diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index 35a1470489..26a2584128 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -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 */