mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 19:35:50 +01:00
Document n_preallocs as ignored.
2005-12-07 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/gparamspec.sgml: * gobject/tmpl/gtype.sgml: Document n_preallocs as ignored.
This commit is contained in:
parent
0237607cc5
commit
dfbaeca45b
@ -1,3 +1,9 @@
|
|||||||
|
2005-12-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gobject/tmpl/gparamspec.sgml:
|
||||||
|
* gobject/tmpl/gtype.sgml: Document n_preallocs as
|
||||||
|
ignored.
|
||||||
|
|
||||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/glib-sections.txt: Updates
|
* glib/glib-sections.txt: Updates
|
||||||
|
@ -416,7 +416,7 @@ g_param_type_register_static().
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@instance_size: Size of the instance (object) structure.
|
@instance_size: Size of the instance (object) structure.
|
||||||
@n_preallocs: Number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching).
|
@n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10, it is ignored, since instances are allocated with the <link linkend="glib-Memory-Slices">slice allocator</link> now.
|
||||||
@instance_init: Location of the instance initialization function (optional).
|
@instance_init: Location of the instance initialization function (optional).
|
||||||
@value_type: The #GType of values conforming to this #GParamSpec
|
@value_type: The #GType of values conforming to this #GParamSpec
|
||||||
@finalize: The instance finalization function (optional).
|
@finalize: The instance finalization function (optional).
|
||||||
|
@ -221,7 +221,7 @@ across invocation of g_type_register_static().
|
|||||||
function for interface types. (optional)
|
function for interface types. (optional)
|
||||||
@class_data: User-supplied data passed to the class init/finalize functions.
|
@class_data: User-supplied data passed to the class init/finalize functions.
|
||||||
@instance_size: Size of the instance (object) structure (required for instantiatable types only).
|
@instance_size: Size of the instance (object) structure (required for instantiatable types only).
|
||||||
@n_preallocs: Number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching).
|
@n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10, it is ignored, since instances are allocated with the <link linkend="glib-Memory-Slices">slice allocator</link> now.
|
||||||
@instance_init: Location of the instance initialization function (optional, for instantiatable types only).
|
@instance_init: Location of the instance initialization function (optional, for instantiatable types only).
|
||||||
@value_table: A #GTypeValueTable function table for generic handling of GValues of this type (usually only
|
@value_table: A #GTypeValueTable function table for generic handling of GValues of this type (usually only
|
||||||
useful for fundamental types).
|
useful for fundamental types).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user