docs: explicit refer to GObject docs for floating refs

https://bugzilla.gnome.org/show_bug.cgi?id=788477
This commit is contained in:
Tim-Philipp Müller 2018-01-12 18:47:17 +00:00
parent c33e1224a7
commit 968dd651c2

View file

@ -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)