mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
docs: fix a broken sentence
This commit is contained in:
parent
9362a1b2d9
commit
d552a1f125
@ -566,9 +566,9 @@ void g_type_free_instance (GTypeInstance *instance);
|
|||||||
referred to as finalization in GType) is the symmetric process of
|
referred to as finalization in GType) is the symmetric process of
|
||||||
the initialization: interfaces are destroyed first.
|
the initialization: interfaces are destroyed first.
|
||||||
Then, the most derived
|
Then, the most derived
|
||||||
class_finalize (<link linkend="GClassFinalizeFunc"><type>GClassFinalizeFunc</type></link>) function is invoked. The
|
class_finalize (<link linkend="GClassFinalizeFunc"><type>GClassFinalizeFunc</type></link>) function is invoked. Finally, the
|
||||||
base_class_finalize (<link linkend="GBaseFinalizeFunc"><type>GBaseFinalizeFunc</type></link>) functions are
|
base_class_finalize (<link linkend="GBaseFinalizeFunc"><type>GBaseFinalizeFunc</type></link>) functions are
|
||||||
Finally invoked from bottom-most most-derived type to top-most fundamental type and
|
invoked from bottom-most most-derived type to top-most fundamental type and
|
||||||
the class structure is freed.
|
the class structure is freed.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user