[gtk+] docs: cross-reference to GtkComboBoxText



commit 50cbd23d5b9589ccc850dbc5304cd5805780bc40
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 15 16:52:54 2010 -0400

    docs: cross-reference to GtkComboBoxText

 docs/reference/gtk/gtk3-sections.txt |    2 +-
 gtk/gtkcombobox.c                    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index a014e7e..c26c91f 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -860,7 +860,7 @@ GTK_COMBO_BOX_TEXT_GET_CLASS
 <SUBSECTION Private>
 GtkComboBoxTextPrivate
 gtk_combo_box_text_get_type
-<SECTION>
+</SECTION>
 
 <FILE>gtkcontainer</FILE>
 <TITLE>GtkContainer</TITLE>
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index a649c0f..d01791e 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -57,7 +57,7 @@
  * SECTION:gtkcombobox
  * @Short_description: A widget used to choose from a list of items
  * @Title: GtkComboBox
- * @See_also: #GtkComboBoxEntry, #GtkTreeModel, #GtkCellRenderer
+ * @See_also: #GtkComboBoxText, #GtkTreeModel, #GtkCellRenderer
  *
  * A GtkComboBox is a widget that allows the user to choose from a list of
  * valid choices. The GtkComboBox displays the selected choice. When



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]