[gtk+/gtk-2-24] gtkcomboboxtext: Some documentation fixes
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] gtkcomboboxtext: Some documentation fixes
- Date: Mon, 19 Sep 2011 11:51:39 +0000 (UTC)
commit 5da4473e2713b9a7ff41f33a5a154763ed699071
Author: Javier JardÃn <jjardon gnome org>
Date: Mon Sep 19 13:48:45 2011 +0200
gtkcomboboxtext: Some documentation fixes
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=656053
docs/reference/gtk/gtk-sections.txt | 2 +-
gtk/gtkcomboboxtext.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index 466f8e2..cebe532 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -1011,7 +1011,7 @@ gtk_combo_box_text_new_with_entry
gtk_combo_box_text_append_text
gtk_combo_box_text_insert_text
gtk_combo_box_text_prepend_text
-gtk_combo_box_text_remove_text
+gtk_combo_box_text_remove
gtk_combo_box_text_get_active_text
<SUBSECTION Standard>
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index 4ff3313..9ffba68 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -43,7 +43,7 @@
* You can add items to a GtkComboBoxText with
* gtk_combo_box_text_append_text(), gtk_combo_box_text_insert_text()
* or gtk_combo_box_text_prepend_text() and remove options with
- * gtk_combo_box_text_remove_text().
+ * gtk_combo_box_text_remove().
*
* If the GtkComboBoxText contains an entry (via the 'has-entry' property),
* its contents can be retrieved using gtk_combo_box_text_get_active_text().
@@ -55,7 +55,7 @@
* <para>
* The GtkComboBoxText implementation of the GtkBuildable interface
* supports adding items directly using the <items> element
- * and specifying <item> elements for each item. Each <item>
+ * and specifying <item> elements for each item. Each <item>
* element supports the regular translation attributes "translatable",
* "context" and "comments".
* </para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]