mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +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>
|
||||
|
||||
|
||||
* 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.
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -63,6 +63,12 @@ in #GTypeModuleClass.
|
||||
@interface_infos:
|
||||
@name:
|
||||
|
||||
<!-- ##### STRUCT GTypeModuleClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_type_module_use ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -20,6 +20,12 @@ An interface for dynamically loadable types
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GTypePluginClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GTypePluginUse ##### -->
|
||||
<para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user