QObject wrappers

The documentation of QObject wrappers described in qom/qom-qobject.h .

void object_property_set_qobject(Object * obj, struct QObject * qobj, const char * name, struct Error ** errp)

Parameters

Object * obj
the object
struct QObject * qobj
undescribed
const char * name
the name of the property
struct Error ** errp
returns an error if this function fails

Description

Writes a property to a object.