diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-10-23 02:52:24 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-23 03:01:35 +0200 |
commit | d94adcf6431713eaa1df6652ebdf9baa930a7746 (patch) | |
tree | ab30892725c587f5527a3a268d65764fd3b7b429 /gtk/gtkcomboboxtext.c | |
parent | f89aaf9091a5bb9a8ee0f50713de7a7e5103f869 (diff) | |
download | gtk+-d94adcf6431713eaa1df6652ebdf9baa930a7746.tar.gz |
docs: Some fixes in GtkComboboxText notations
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index 46767d9f0d..2ba2497e57 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -27,7 +27,7 @@ * SECTION:gtkcomboboxtext * @Short_description: A simple, text-only combo box * @Title: GtkComboBoxText - * @See_also: @GtkComboBox + * @See_also: #GtkComboBox * * A GtkComboBoxText is a simple variant of #GtkComboBox that hides * the model-view complexity for simple text-only use cases. @@ -147,7 +147,7 @@ gtk_combo_box_text_append_text (GtkComboBoxText *combo_box, * @combo_box: A #GtkComboBox * @text: A string * - * Prepends @string to the list of strings stored in @combo_box. + * Prepends @text to the list of strings stored in @combo_box. * * Since: 2.24 */ @@ -164,7 +164,7 @@ gtk_combo_box_text_prepend_text (GtkComboBoxText *combo_box, * @position: An index to insert @text * @text: A string * - * Inserts @string at @position in the list of strings stored in @combo_box. + * Inserts @text at @position in the list of strings stored in @combo_box. * * Since: 2.24 */ |