mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +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>
|
||||
|
||||
* 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 ##### -->
|
||||
<para>
|
||||
The initial reference count of a newly created #GParamSpec is 1,
|
||||
eventhough no one has explicitely called g_param_spec_ref() on it yet.
|
||||
So the einital reference count is flagged as "floating", untill someone
|
||||
calls: g_param_spec_ref (@pspec); g_param_spec_sink (@pspec);
|
||||
even though no one has explicitly called g_param_spec_ref() on it yet.
|
||||
So the inital reference count is flagged as "floating", until someone
|
||||
calls g_param_spec_ref (@pspec); g_param_spec_sink (@pspec);
|
||||
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
|
||||
not flagged "floating" anymore).
|
||||
|
Reference in New Issue
Block a user