mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'clarify-refcount-init-api' into 'master'
grefcount: Clarify that the initial reference count is 1 See merge request GNOME/glib!2042
This commit is contained in:
commit
73d759e8dd
@ -84,7 +84,7 @@
|
||||
* g_ref_count_init:
|
||||
* @rc: the address of a reference count variable
|
||||
*
|
||||
* Initializes a reference count variable.
|
||||
* Initializes a reference count variable to 1.
|
||||
*
|
||||
* Since: 2.58
|
||||
*/
|
||||
@ -199,7 +199,7 @@ gboolean
|
||||
* g_atomic_ref_count_init:
|
||||
* @arc: the address of an atomic reference count variable
|
||||
*
|
||||
* Initializes a reference count variable.
|
||||
* Initializes a reference count variable to 1.
|
||||
*
|
||||
* Since: 2.58
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user