ObjectGst.getNamePrefix

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

class ObjectGst
string
getNamePrefix
()

Return Value

Type: string

the name prefix of object. g_free() after usage. MT safe. This function grabs and releases object's LOCK.

Meta