summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkcombo.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-01-29 23:26:45 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-01-29 23:26:45 +0000
commitbdca6b33b8601efad6c3ba9ee767f91664479491 (patch)
treecad44772ff2e5fa4faffd5dd81faff806954d8a8 /docs/reference/gtk/tmpl/gtkcombo.sgml
parentfede8fef1d635db8b59fa5146fcec805d301a60d (diff)
downloadgtk+-bdca6b33b8601efad6c3ba9ee767f91664479491.tar.gz
Allow NULL for strings to clear the list. (#105386, Marco Pesenti Gritti)
Fri Jan 30 00:13:46 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL for strings to clear the list. (#105386, Marco Pesenti Gritti)
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkcombo.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkcombo.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkcombo.sgml b/docs/reference/gtk/tmpl/gtkcombo.sgml
index d1436e337a..5263ac2d77 100644
--- a/docs/reference/gtk/tmpl/gtkcombo.sgml
+++ b/docs/reference/gtk/tmpl/gtkcombo.sgml
@@ -146,7 +146,7 @@ Convenience function to set all of the items in the popup list.
</para>
@combo: a #GtkCombo.
-@strings: a list of strings.
+@strings: a list of strings, or %NULL to clear the popup list
<!-- ##### FUNCTION gtk_combo_set_value_in_list ##### -->