mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +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:
|
* g_ref_count_init:
|
||||||
* @rc: the address of a reference count variable
|
* @rc: the address of a reference count variable
|
||||||
*
|
*
|
||||||
* Initializes a reference count variable.
|
* Initializes a reference count variable to 1.
|
||||||
*
|
*
|
||||||
* Since: 2.58
|
* Since: 2.58
|
||||||
*/
|
*/
|
||||||
@ -199,7 +199,7 @@ gboolean
|
|||||||
* g_atomic_ref_count_init:
|
* g_atomic_ref_count_init:
|
||||||
* @arc: the address of an atomic reference count variable
|
* @arc: the address of an atomic reference count variable
|
||||||
*
|
*
|
||||||
* Initializes a reference count variable.
|
* Initializes a reference count variable to 1.
|
||||||
*
|
*
|
||||||
* Since: 2.58
|
* Since: 2.58
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user