From 5aad25aa42af2f27e95eedbdba563b368bd0f2e0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Sep 2010 23:03:51 -0400 Subject: [PATCH] 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 3e074882a7..425b203e8e 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 +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 @@ -5454,17 +5457,6 @@ gtk_drag_source_add_image_targets gtk_drag_source_add_uri_targets -
-gtktypeutils -Types -GtkFunction -GtkCallbackMarshal -GtkArg - -GTK_TYPE_IDENTIFIER -gtk_identifier_get_type -
-
gtkbindings Bindings diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c index ea30f06e67..984d82f18f 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)