[][src]Function qt_qml::qt_qml::qml_attached_properties_object_3a

pub unsafe fn qml_attached_properties_object_3a(
    arg1: impl CastInto<Ptr<QObject>>,
    func: Option<extern "C" fn(_: *mut QObject) -> *mut QObject>,
    create: bool
) -> QPtr<QObject>
This is supported on cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.

Calls C++ function: QObject* QtQml::qmlAttachedPropertiesObject(QObject* arg1, QObject * (*FN_PTR)(QObject *) func, bool create = …).