mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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
5900d60d06
commit
269f890474
@ -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…
Reference in New Issue
Block a user