Add GTypeClass, GTypePluginClass and GTypeModuleClass.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 Dec 2002 19:06:42 +0000 (19:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 Dec 2002 19:06:42 +0000 (19:06 +0000)
* gobject/tmpl/gtype.sgml:
* gobject/tmpl/gtypeplugin.sgml:
* gobject/tmpl/gtypemodule.sgml:
* gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
and GTypeModuleClass.

* gobject/tmpl/gboxed.sgml: Add docs.

docs/reference/ChangeLog
docs/reference/gobject/gobject-sections.txt
docs/reference/gobject/tmpl/gboxed.sgml
docs/reference/gobject/tmpl/gtype.sgml
docs/reference/gobject/tmpl/gtypemodule.sgml
docs/reference/gobject/tmpl/gtypeplugin.sgml

index ece0cb05b12a3cc939484d9c22225ad16781538a..9eee46b1883b9cbcbd28e89553cf8476691ae3b6 100644 (file)
@@ -1,5 +1,13 @@
 2002-12-09  Matthias Clasen  <maclas@gmx.de>
 
+
+       * gobject/tmpl/gtype.sgml:
+       * gobject/tmpl/gtypeplugin.sgml:
+       * gobject/tmpl/gtypemodule.sgml:
+       * gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
+       and GTypeModuleClass.
+
+       * gobject/tmpl/gboxed.sgml:
        * gobject/tmpl/enumerations_flags.sgml: 
        * gobject/tmpl/gclosure.sgml: 
        * gobject/tmpl/param_value_types.sgml: Add docs.
index d52465c0094f34bf9f698103947cbe7f2bdd75ba..2f629bd363c52b7993aca78330c1b8a1731fee9b 100644 (file)
@@ -19,6 +19,7 @@ G_TYPE_IS_DEEP_DERIVABLE
 G_TYPE_IS_INTERFACE
 GTypeInterface
 GTypeInstance
+GTypeClass
 GTypeInfo
 GTypeFundamentalInfo
 GInterfaceInfo
@@ -138,6 +139,7 @@ GOBJECT_VAR
 <FILE>gtypeplugin</FILE>
 <TITLE>GTypePlugin</TITLE>
 GTypePlugin
+GTypePluginClass
 GTypePluginUse
 GTypePluginUnuse
 GTypePluginCompleteTypeInfo
@@ -160,6 +162,7 @@ G_TYPE_PLUGIN_GET_CLASS
 <FILE>gtypemodule</FILE>
 <TITLE>GTypeModule</TITLE>
 GTypeModule
+GTypeModuleClass
 g_type_module_use
 g_type_module_unuse
 g_type_module_set_name
index fbe602b6d6b612ec5b4bb2cb1f47f5f61b5eb3f1..7ca54ec10eb1067a34c7a2f731088a88aaf43e89 100644 (file)
@@ -79,7 +79,7 @@ provided to copy and free opaque boxed structures of this type.
 
 <!-- ##### MACRO G_TYPE_GSTRING ##### -->
 <para>
-
+The #GType for #GString.
 </para>
 
 
index 1e62ac6e491a156515d7d0d9caf4cfc1c17159b3..f54f3df066b79a24174d97e4a40b9be959c12a32 100644 (file)
@@ -178,6 +178,12 @@ An opaque structure used as the base of all type instances.
 </para>
 
 
+<!-- ##### STRUCT GTypeClass ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### STRUCT GTypeInfo ##### -->
 <para>
 This structure is used to provide the type system with the information
index a6e4bf5d06aa6723b6ca59dbc492c6f1485b8293..b098b9da7b7bd6dce75dc9896099e04c647d163f 100644 (file)
@@ -63,6 +63,12 @@ in #GTypeModuleClass.
 @interface_infos: 
 @name: 
 
+<!-- ##### STRUCT GTypeModuleClass ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### FUNCTION g_type_module_use ##### -->
 <para>
 
index 5091bd0eda3c6e4e2a78d0ef7d27f5d94435cd8e..6bed0af2c3f4baaac1f234b8a11095d5d4d8e8d8 100644 (file)
@@ -20,6 +20,12 @@ An interface for dynamically loadable types
 </para>
 
 
+<!-- ##### STRUCT GTypePluginClass ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### USER_FUNCTION GTypePluginUse ##### -->
 <para>