ObjectGst.getName

Returns a copy of the name of object. Caller should glib.global.gfree the return value after usage. For a nameless object, this returns null, which you can safely glib.global.gfree as well.

Free-function: g_free

class ObjectGst
string
getName
()

Return Value

Type: string

the name of object. glib.global.gfree after usage.

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