GObject: Fix code snippet in description of floating reference.

https://bugzilla.gnome.org/show_bug.cgi?id=688180
This commit is contained in:
Kjell Ahlstedt 2012-11-12 17:07:39 +01:00 committed by Dan Winship
parent cf63e32fa2
commit 8919e10c7f

View File

@ -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 */
* ]| * ]|
*/ */