mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +01:00
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:
parent
19a31c66da
commit
bec0034918
@ -1,5 +1,13 @@
|
|||||||
2002-12-09 Matthias Clasen <maclas@gmx.de>
|
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/enumerations_flags.sgml:
|
||||||
* gobject/tmpl/gclosure.sgml:
|
* gobject/tmpl/gclosure.sgml:
|
||||||
* gobject/tmpl/param_value_types.sgml: Add docs.
|
* gobject/tmpl/param_value_types.sgml: Add docs.
|
||||||
|
@ -19,6 +19,7 @@ G_TYPE_IS_DEEP_DERIVABLE
|
|||||||
G_TYPE_IS_INTERFACE
|
G_TYPE_IS_INTERFACE
|
||||||
GTypeInterface
|
GTypeInterface
|
||||||
GTypeInstance
|
GTypeInstance
|
||||||
|
GTypeClass
|
||||||
GTypeInfo
|
GTypeInfo
|
||||||
GTypeFundamentalInfo
|
GTypeFundamentalInfo
|
||||||
GInterfaceInfo
|
GInterfaceInfo
|
||||||
@ -138,6 +139,7 @@ GOBJECT_VAR
|
|||||||
<FILE>gtypeplugin</FILE>
|
<FILE>gtypeplugin</FILE>
|
||||||
<TITLE>GTypePlugin</TITLE>
|
<TITLE>GTypePlugin</TITLE>
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
|
GTypePluginClass
|
||||||
GTypePluginUse
|
GTypePluginUse
|
||||||
GTypePluginUnuse
|
GTypePluginUnuse
|
||||||
GTypePluginCompleteTypeInfo
|
GTypePluginCompleteTypeInfo
|
||||||
@ -160,6 +162,7 @@ G_TYPE_PLUGIN_GET_CLASS
|
|||||||
<FILE>gtypemodule</FILE>
|
<FILE>gtypemodule</FILE>
|
||||||
<TITLE>GTypeModule</TITLE>
|
<TITLE>GTypeModule</TITLE>
|
||||||
GTypeModule
|
GTypeModule
|
||||||
|
GTypeModuleClass
|
||||||
g_type_module_use
|
g_type_module_use
|
||||||
g_type_module_unuse
|
g_type_module_unuse
|
||||||
g_type_module_set_name
|
g_type_module_set_name
|
||||||
|
@ -79,7 +79,7 @@ provided to copy and free opaque boxed structures of this type.
|
|||||||
|
|
||||||
<!-- ##### MACRO G_TYPE_GSTRING ##### -->
|
<!-- ##### MACRO G_TYPE_GSTRING ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
The #GType for #GString.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
@ -178,6 +178,12 @@ An opaque structure used as the base of all type instances.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GTypeClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GTypeInfo ##### -->
|
<!-- ##### STRUCT GTypeInfo ##### -->
|
||||||
<para>
|
<para>
|
||||||
This structure is used to provide the type system with the information
|
This structure is used to provide the type system with the information
|
||||||
|
@ -63,6 +63,12 @@ in #GTypeModuleClass.
|
|||||||
@interface_infos:
|
@interface_infos:
|
||||||
@name:
|
@name:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GTypeModuleClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_type_module_use ##### -->
|
<!-- ##### FUNCTION g_type_module_use ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -20,6 +20,12 @@ An interface for dynamically loadable types
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GTypePluginClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GTypePluginUse ##### -->
|
<!-- ##### USER_FUNCTION GTypePluginUse ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user