mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
GObject: Fix code snippet in description of floating reference.
https://bugzilla.gnome.org/show_bug.cgi?id=688180
This commit is contained in:
parent
cf63e32fa2
commit
8919e10c7f
@ -95,7 +95,8 @@
|
|||||||
* /* restore floating state */
|
* /* restore floating state */
|
||||||
* if (was_floating)
|
* if (was_floating)
|
||||||
* g_object_force_floating (object);
|
* g_object_force_floating (object);
|
||||||
* g_object_unref (object); /* release previously acquired reference */
|
* else
|
||||||
|
* g_object_unref (object); /* release previously acquired reference */
|
||||||
* ]|
|
* ]|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user