Add GTypeClass, GTypePluginClass and GTypeModuleClass.

* 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.
This commit is contained in:
Matthias Clasen 2002-12-09 19:06:42 +00:00
parent 19a31c66da
commit bec0034918
6 changed files with 30 additions and 1 deletions

View 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.

View 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

View 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>

View 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

View File

@ -63,6 +63,12 @@ in #GTypeModuleClass.
@interface_infos:
@name:
<!-- ##### STRUCT GTypeModuleClass ##### -->
<para>
</para>
<!-- ##### FUNCTION g_type_module_use ##### -->
<para>

View File

@ -20,6 +20,12 @@ An interface for dynamically loadable types
</para>
<!-- ##### STRUCT GTypePluginClass ##### -->
<para>
</para>
<!-- ##### USER_FUNCTION GTypePluginUse ##### -->
<para>