diff --git a/ChangeLog b/ChangeLog index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index a5fb88f4fb..e225794cc7 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4866,6 +4866,8 @@ _gtk_combo_box_editing_canceled (GtkComboBox *combo_box) * This function is mostly intended for use by accessibility technologies; * applications should have little use for it. * + * Returns: the accessible object corresponding to the combo box's popup. + * * Since: 2.6 **/ AtkObject*