[gtk+] Nuke the 'Types' section from the docs



commit 5aad25aa42af2f27e95eedbdba563b368bd0f2e0
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 24 23:03:51 2010 -0400

    Nuke the 'Types' section from the docs

 docs/reference/gtk/gtk3-sections.txt |   14 +++-----------
 gtk/gtktypeutils.c                   |    9 ---------
 2 files changed, 3 insertions(+), 20 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 3e07488..425b203 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -5147,9 +5147,12 @@ gtk_device_grab_add
 gtk_device_grab_remove
 
 <SUBSECTION>
+GtkFunction
 gtk_init_add
 gtk_quit_add_destroy
 gtk_quit_add
+GtkCallbackMarshal
+GtkArg
 gtk_quit_add_full
 gtk_quit_remove
 gtk_quit_remove_by_data
@@ -5455,17 +5458,6 @@ gtk_drag_source_add_uri_targets
 </SECTION>
 
 <SECTION>
-<FILE>gtktypeutils</FILE>
-<TITLE>Types</TITLE>
-GtkFunction
-GtkCallbackMarshal
-GtkArg
-<SUBSECTION Private>
-GTK_TYPE_IDENTIFIER
-gtk_identifier_get_type
-</SECTION>
-
-<SECTION>
 <FILE>gtkbindings</FILE>
 <TITLE>Bindings</TITLE>
 GtkBindingSet
diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c
index ea30f06..984d82f 100644
--- a/gtk/gtktypeutils.c
+++ b/gtk/gtktypeutils.c
@@ -32,15 +32,6 @@
 #include "gtkintl.h"
 
 
-/**
- * SECTION:gtktypeutils
- * @Short_description: Handle run-time type creation
- * @Title: Types
- *
- * The GTK+ type system is extensible.  Because of that, types have to be
- * managed at runtime.
- */
-
 
 GType
 gtk_identifier_get_type (void)



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