summaryrefslogtreecommitdiff
path: root/gobject/gtypemodule.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-09-25 15:29:10 -0400
committerPhilip Withnall <pwithnall@endlessos.org>2023-10-16 23:34:59 +0100
commit7eba4e8f49a249c8d6f272d1fc5a84eca4ff574f (patch)
tree429cdfcfa71e0300dd3771d9ddddc3cc921fa6b9 /gobject/gtypemodule.h
parentbc084d87804e372fd6b75177e65548a54764bfec (diff)
docs: Move the GTypeModule SECTION
Move the content to the struct docs. Helps: #3037
Diffstat (limited to 'gobject/gtypemodule.h')
-rw-r--r--gobject/gtypemodule.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gobject/gtypemodule.h b/gobject/gtypemodule.h
index e386b50df..fba714bc2 100644
--- a/gobject/gtypemodule.h
+++ b/gobject/gtypemodule.h
@@ -40,13 +40,6 @@ typedef struct _GTypeModuleClass GTypeModuleClass;
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTypeModule, g_object_unref)
-/**
- * GTypeModule:
- * @name: the name of the module
- *
- * The members of the GTypeModule structure should not
- * be accessed directly, except for the @name field.
- */
struct _GTypeModule
{
GObject parent_instance;