mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
Fix docs
This commit is contained in:
parent
0878b0c5ed
commit
286c730dce
@ -464,6 +464,13 @@ Increase the reference count of @object, and possibly remove the
|
|||||||
<link linkend="floating-ref">floating</link> reference, if @object
|
<link linkend="floating-ref">floating</link> reference, if @object
|
||||||
has a floating reference.
|
has a floating reference.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
In other words, if the object is floating, then this call "assumes
|
||||||
|
ownership" of the floating reference, converting it to a normal reference
|
||||||
|
by clearing the floating flag while leaving the reference count unchanged.
|
||||||
|
If the object is not floating, then this call adds a new normal reference
|
||||||
|
increasing the reference count by one.
|
||||||
|
</para>
|
||||||
|
|
||||||
@object: a #GObject
|
@object: a #GObject
|
||||||
@Returns: @object
|
@Returns: @object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user