mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +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 */
|
||||
* if (was_floating)
|
||||
* 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