libqmlbind
A C library for creating QML bindings for other languages easily through exporting objects to QML
Modules
Here is a list of all modules:
 qmlbind_applicationManages the GUI application's control flow and main settings
 qmlbind_componentEncapsulates a QML component definition
 qmlbind_engineProvides an environment for instantiating QML components
 qmlbind_iteratorJava-style iterator for the properties of qmlbind_values
 qmlbind_metaclassDefines an object type for use in QML type system
 qmlbind_pluginLoads a plugin at run-time
 client_interfaceAll types in libqmlbind which are not implemented by libqmlbind but by the client using it
 qmlbind_signal_emitterHelper class to emit signals from qmlbind_client_object C objects
 qmlbind_stringActs as string wrapper for libqmlbind's api
 qmlbind_valueActs as a container for Qt/JavaScript data types