mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix a few typos.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-04-11 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gobject/tmpl/gparamspec.sgml: Fix a few typos.
|
||||||
|
|
||||||
2003-04-09 Matthias Clasen <maclas@gmx.de>
|
2003-04-09 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/glib-docs.sgml: Move dependencies to building.sgml.
|
* glib/glib-docs.sgml: Move dependencies to building.sgml.
|
||||||
|
@@ -171,9 +171,9 @@ Decrement the reference count of a @pspec.
|
|||||||
<!-- ##### FUNCTION g_param_spec_sink ##### -->
|
<!-- ##### FUNCTION g_param_spec_sink ##### -->
|
||||||
<para>
|
<para>
|
||||||
The initial reference count of a newly created #GParamSpec is 1,
|
The initial reference count of a newly created #GParamSpec is 1,
|
||||||
eventhough no one has explicitely called g_param_spec_ref() on it yet.
|
even though no one has explicitly called g_param_spec_ref() on it yet.
|
||||||
So the einital reference count is flagged as "floating", untill someone
|
So the inital reference count is flagged as "floating", until someone
|
||||||
calls: g_param_spec_ref (@pspec); g_param_spec_sink (@pspec);
|
calls g_param_spec_ref (@pspec); g_param_spec_sink (@pspec);
|
||||||
in sequence on it, taking over the initial reference count (thus
|
in sequence on it, taking over the initial reference count (thus
|
||||||
ending up with a @pspec that has a reference count of 1 still, but is
|
ending up with a @pspec that has a reference count of 1 still, but is
|
||||||
not flagged "floating" anymore).
|
not flagged "floating" anymore).
|
||||||
|
Reference in New Issue
Block a user