ObjectGst.getName

Returns a copy of the name of @object. Caller should g_free() the return value after usage. For a nameless object, this returns %NULL, which you can safely g_free() as well.

Free-function: g_free

class ObjectGst
string
getName
()

Return Value

Type: string

the name of @object. g_free() after usage.

MT safe. This function grabs and releases @object's LOCK.

Meta