[][src]Function qt_qml::qt_qml::qml_attached_properties_function

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

Calls C++ function: QObject * (*FN_PTR)(QObject *) QtQml::qmlAttachedPropertiesFunction(QObject* arg1, const QMetaObject* arg2).