diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 08:12:01 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 08:12:01 -0500 |
commit | c396c523279d345cccaffa85e42149aa1efeddf9 (patch) | |
tree | e367dafa9e43f17f6ee845b92b2c0aeca9b62ece /gtk/gtkcomboboxtext.c | |
parent | dc3d70b4ec897d3d0e16bdd3a8ebf5e936305c89 (diff) | |
download | gtk+-c396c523279d345cccaffa85e42149aa1efeddf9.tar.gz |
Documentation fixes
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index a9a09a2dd5..355e2482cf 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -216,7 +216,8 @@ gtk_combo_box_text_append (GtkComboBoxText *combo_box, /** * gtk_combo_box_text_prepend: * @combo_box: A #GtkComboBox - * @text: A string + * @id: (allow-none): a string ID for this value, or %NULL + * @text: a string * * Prepends @text to the list of strings stored in @combo_box. If @id * is non-%NULL then it is used as the ID of the row. @@ -239,7 +240,7 @@ gtk_combo_box_text_prepend (GtkComboBoxText *combo_box, * gtk_combo_box_text_insert: * @combo_box: A #GtkComboBoxText * @position: An index to insert @text - * @id: a string ID for this value, or %NULL + * @id: (allow-none): a string ID for this value, or %NULL * @text: A string to display * * Inserts @text at @position in the list of strings stored in @combo_box. |