mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 10:28:56 +02:00
docs: Use markdown links in all .c and .h files
Commit e7fd3de86d
already did most of this.
https://bugzilla.gnome.org/show_bug.cgi?id=728285
This commit is contained in:
@@ -338,7 +338,7 @@ typedef struct _GParamSpecTypeInfo GParamSpecTypeInfo;
|
||||
/**
|
||||
* GParamSpecTypeInfo:
|
||||
* @instance_size: Size of the instance (object) structure.
|
||||
* @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.
|
||||
* @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 [slice allocator][glib-Memory-Slices] now.
|
||||
* @instance_init: Location of the instance initialization function (optional).
|
||||
* @value_type: The #GType of values conforming to this #GParamSpec
|
||||
* @finalize: The instance finalization function (optional).
|
||||
|
@@ -991,7 +991,7 @@ typedef enum /*< skip >*/
|
||||
* finalization function for interface types. (optional)
|
||||
* @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).
|
||||
* @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.
|
||||
* @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 [slice allocator][glib-Memory-Slices] now.
|
||||
* @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
|
||||
* useful for fundamental types).
|
||||
|
Reference in New Issue
Block a user