[gtk+] Move documentation to inline comments: GtkSeparator



commit e59f1a64c1fc0c73d16aec81bdcb04c4583277d9
Author: Javier Jardón <jjardon gnome org>
Date:   Thu May 13 01:20:45 2010 +0200

    Move documentation to inline comments: GtkSeparator

 docs/reference/gtk/tmpl/.gitignore        |    1 +
 docs/reference/gtk/tmpl/gtkseparator.sgml |   29 -----------------------------
 gtk/gtkseparator.c                        |   10 ++++++++++
 3 files changed, 11 insertions(+), 29 deletions(-)
---
diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore
index a1fa817..43aadd8 100644
--- a/docs/reference/gtk/tmpl/.gitignore
+++ b/docs/reference/gtk/tmpl/.gitignore
@@ -3,6 +3,7 @@ gtkbox.sgml
 gtkbuilder.sgml
 gtkhbox.sgml
 gtkmessagedialog.sgml
+gtkseparator.sgml
 gtktesting.sgml
 gtktextiter.sgml
 gtktoolitem.sgml
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index b382c7d..74e0e24 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -33,6 +33,16 @@
 #include "gtkalias.h"
 
 
+/**
+ * SECTION:gtkseparator
+ * @Short_description: Base class for #GtkHSeparator and #GtkVSeparator
+ * @Title: GtkSeparator
+ *
+ * The #GtkSeparator widget is an abstract class, used only for deriving the
+ * subclasses #GtkHSeparator and #GtkVSeparator.
+ */
+
+
 enum {
   PROP_0,
   PROP_ORIENTATION



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