[gtk+] docs: inline see_also to sections docs and add missing <variablelist>
- From: Stefan Kost <stefkost src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+] docs: inline see_also to sections docs and add missing <variablelist>
- Date: Tue, 28 Jul 2009 08:24:02 +0000 (UTC)
commit ed58c1028a1d03c03b981c86943f08cce413588e
Author: Stefan Kost <ensonic users sf net>
Date: Tue Jul 28 11:20:22 2009 +0300
docs: inline see_also to sections docs and add missing <variablelist>
This fixes docbook validation for the file.
docs/reference/gtk/tmpl/gtktoolitem.sgml | 17 -----------------
gtk/gtktoolitem.c | 16 ++++++++++++++++
2 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/docs/reference/gtk/tmpl/gtktoolitem.sgml b/docs/reference/gtk/tmpl/gtktoolitem.sgml
index a7a3045..348de3f 100644
--- a/docs/reference/gtk/tmpl/gtktoolitem.sgml
+++ b/docs/reference/gtk/tmpl/gtktoolitem.sgml
@@ -12,23 +12,6 @@ GtkToolItem
<!-- ##### SECTION See_Also ##### -->
<para>
-<varlistentry>
- <term>#GtkToolbar</term>
- <listitem><para>The toolbar widget</para></listitem>
-</varlistentry>
-
-<varlistentry>
- <term>#GtkToolButton</term>
- <listitem><para>A subclass of #GtkToolItem that displays buttons on
- the toolbar</para></listitem>
-</varlistentry>
-
-<varlistentry>
- <term>#GtkSeparatorToolItem</term>
- <listitem><para>A subclass of #GtkToolItem that separates groups of
- items on a toolbar</para></listitem>
-</varlistentry>
-
</para>
<!-- ##### SECTION Stability_Level ##### -->
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 9c00b0d..7393f7e 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -39,6 +39,22 @@
/**
* SECTION:gtktoolitem
* @short_description: The base class of widgets that can be added to GtkToolShell
+ * @see_also: <variablelist>
+ * <varlistentry>
+ * <term>#GtkToolbar</term>
+ * <listitem><para>The toolbar widget</para></listitem>
+ * </varlistentry>
+ * <varlistentry>
+ * <term>#GtkToolButton</term>
+ * <listitem><para>A subclass of #GtkToolItem that displays buttons on
+ * the toolbar</para></listitem>
+ * </varlistentry>
+ * <varlistentry>
+ * <term>#GtkSeparatorToolItem</term>
+ * <listitem><para>A subclass of #GtkToolItem that separates groups of
+ * items on a toolbar</para></listitem>
+ * </varlistentry>
+ * </variablelist>
*
* #GtkToolItem<!-- -->s are widgets that can appear on a toolbar. To
* create a toolbar item that contain something else than a button, use
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]