From: Tim-Philipp Müller Date: Fri, 12 Jan 2018 18:47:17 +0000 (+0000) Subject: docs: explicit refer to GObject docs for floating refs X-Git-Tag: 1.16.2~515 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=968dd651c2e4be13154aa97cde3a2a0993d51b48;p=platform%2Fupstream%2Fgstreamer.git docs: explicit refer to GObject docs for floating refs https://bugzilla.gnome.org/show_bug.cgi?id=788477 --- diff --git a/gst/gstobject.c b/gst/gstobject.c index e0e60a7..011598e 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -278,6 +278,9 @@ gst_object_unref (gpointer object) * 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. + * + * For more background on "floating references" please see the #GObject + * documentation. */ gpointer gst_object_ref_sink (gpointer object)