- GstReserved
void*[4] GstReserved;
Undocumented in source.
- childAdded
void function(GstChildProxy* parent, GObject* child, const(char)* name) childAdded;
- childRemoved
void function(GstChildProxy* parent, GObject* child, const(char)* name) childRemoved;
- getChildByIndex
GObject* function(GstChildProxy* parent, uint index) getChildByIndex;
- getChildByName
GObject* function(GstChildProxy* parent, const(char)* name) getChildByName;
- getChildrenCount
uint function(GstChildProxy* parent) getChildrenCount;
- parent
GTypeInterface parent;
#GstChildProxy interface.