mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
docs: explicit refer to GObject docs for floating refs
https://bugzilla.gnome.org/show_bug.cgi?id=788477
This commit is contained in:
parent
c33e1224a7
commit
968dd651c2
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue