]> Pileus Git - ~andy/gtk/commitdiff
Move documentation to inline comments: GtkInvisible
authorJavier Jardón <jjardon@gnome.org>
Mon, 11 Apr 2011 01:31:56 +0000 (02:31 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 11 Apr 2011 01:31:56 +0000 (02:31 +0100)
docs/reference/gtk/tmpl/.gitignore
docs/reference/gtk/tmpl/gtkinvisible.sgml [deleted file]
gtk/gtkinvisible.c

index f91bf79278b121e11a013a5b13e840958c5bc7bc..c992c535dbd41fef9f49d78481484dfa0afef5a3 100644 (file)
@@ -35,6 +35,7 @@ gtkiconview.sgml
 gtkimagemenuitem.sgml
 gtkimcontextsimple.sgml
 gtkimmulticontext.sgml
+gtkinvisible.sgml
 gtkitemfactory.sgml
 gtklayout.sgml
 gtklinkbutton.sgml
diff --git a/docs/reference/gtk/tmpl/gtkinvisible.sgml b/docs/reference/gtk/tmpl/gtkinvisible.sgml
deleted file mode 100644 (file)
index 0f4ead0..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkInvisible
-
-<!-- ##### SECTION Short_Description ##### -->
-A widget which is not displayed
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-The #GtkInvisible widget is used internally in GTK+, and is probably not 
-very useful for application developers.
-</para>
-<para>
-It is used for reliable pointer grabs and selection handling in the code
-for drag-and-drop.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT GtkInvisible ##### -->
-<para>
-The #GtkInvisible-struct struct contains no public fields.
-</para>
-
-
-<!-- ##### ARG GtkInvisible:screen ##### -->
-<para>
-
-</para>
-
-<!-- ##### FUNCTION gtk_invisible_new ##### -->
-<para>
-</para>
-
-@void: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_invisible_new_for_screen ##### -->
-<para>
-
-</para>
-
-@screen: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_invisible_set_screen ##### -->
-<para>
-
-</para>
-
-@invisible: 
-@screen: 
-
-
-<!-- ##### FUNCTION gtk_invisible_get_screen ##### -->
-<para>
-
-</para>
-
-@invisible: 
-@Returns: 
-
-
index 7003a183f09e69d6c0015dd9336038b41ac68ad7..42e0a5b073168b1ed71909406aa54c25fbc1de7b 100644 (file)
 #include "gtkprivate.h"
 #include "gtkintl.h"
 
+
+/**
+ * SECTION:gtkinvisible
+ * @Short_description: A widget which is not displayed
+ * @Title: GtkInvisible
+ *
+ * The #GtkInvisible widget is used internally in GTK+, and is probably not
+ * very useful for application developers.
+ *
+ * It is used for reliable pointer grabs and selection handling in the code
+ * for drag-and-drop.
+ */
+
+
 struct _GtkInvisiblePrivate
 {
   GdkScreen    *screen;