libqmlbind
A C library for creating QML bindings for other languages easily through exporting objects to QML
|
Contains all methods defined on qmlbind_plugin. More...
#include "qmlbind_global.h"
Go to the source code of this file.
Functions | |
QMLBIND_API qmlbind_plugin * | qmlbind_plugin_new (const char *filename) |
Constructs a plugin loader that will load the plugin specified by filename . More... | |
QMLBIND_API void | qmlbind_plugin_release (qmlbind_plugin *self) |
Destroys this qmlbind_plugin . | |
QMLBIND_API qmlbind_string * | qmlbind_plugin_get_error_string (qmlbind_plugin *self) |
Returns a text string with the description of the last error that occurred. More... | |
QMLBIND_API qmlbind_value * | qmlbind_plugin_get_instance (qmlbind_plugin *self, qmlbind_engine *engine) |
Returns the root component object of the plugin. The plugin is loaded if necessary. More... | |
Contains all methods defined on qmlbind_plugin.