From 286c730dce0547688519e0ec7bcbd24a92af1548 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Apr 2006 18:32:29 +0000 Subject: [PATCH] Fix docs --- docs/reference/gobject/tmpl/objects.sgml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/gobject/tmpl/objects.sgml b/docs/reference/gobject/tmpl/objects.sgml index 522896e..c7c6133 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 -- 2.7.4