17 #include "childproxy.h"
22 uint ChildProxy::childrenCount()
const
24 return gst_child_proxy_get_children_count(object<GstChildProxy>());
42 bool result = gst_child_proxy_lookup(object<GstChildProxy>(), name, &op, &pp);
50 QGlib::Value ChildProxy::childProperty(
const char *name)
const
54 if (findChildProperty(name, &
object, ¶m)) {
55 return object->property(param->name().toUtf8());
static RefPointer< T > wrap(typename T::CType *nativePtr, bool increaseRef=true)
Smart pointer class for working with wrapper classes that support reference counting.
Wrapper class for GValue.