ObjectGst.doref

Increments the reference count on object. This function does not take the lock on object because it relies on atomic refcounting. This object returns the input parameter to ease writing

class ObjectGst
static
void*
doref
(
void* object
)

Parameters

object void*

a GstObject to reference. [type Gst.Object]

Return Value

Type: void*

A pointer to object. [transfer full][type Gst.Object]

Meta