From ed58c1028a1d03c03b981c86943f08cce413588e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 28 Jul 2009 11:20:22 +0300 Subject: docs: inline see_also to sections docs and add missing This fixes docbook validation for the file. --- gtk/gtktoolitem.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gtk/gtktoolitem.c') diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index 9c00b0dab2..7393f7e979 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: + * + * #GtkToolbar + * The toolbar widget + * + * + * #GtkToolButton + * A subclass of #GtkToolItem that displays buttons on + * the toolbar + * + * + * #GtkSeparatorToolItem + * A subclass of #GtkToolItem that separates groups of + * items on a toolbar + * + * * * #GtkToolItems are widgets that can appear on a toolbar. To * create a toolbar item that contain something else than a button, use -- cgit v1.2.1