ChildProxyT.getProperty

Gets a single property using the GstChildProxy mechanism. You are responsible for freeing it by calling g_value_unset()

template ChildProxyT(TStruct)
void
getProperty
(
string name
,)

Parameters

name string

name of the property

value Value

a GValue that should take the result. [out caller-allocates]

Meta