From: Matthias Clasen Date: Mon, 3 Apr 2006 18:32:29 +0000 (+0000) Subject: Fix docs X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=286c730dce0547688519e0ec7bcbd24a92af1548;p=dana%2Fcg-glib.git Fix docs --- diff --git a/docs/reference/gobject/tmpl/objects.sgml b/docs/reference/gobject/tmpl/objects.sgml index 522896e6..c7c6133b 100644 --- a/docs/reference/gobject/tmpl/objects.sgml +++ b/docs/reference/gobject/tmpl/objects.sgml @@ -464,6 +464,13 @@ Increase the reference count of @object, and possibly remove the floating reference, if @object has a floating reference. + +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. + @object: a #GObject @Returns: @object