libqmlbind
A C library for creating QML bindings for other languages easily through exporting objects to QML
Functions
plugin.h File Reference

Contains all methods defined on qmlbind_plugin. More...

#include "qmlbind_global.h"

Go to the source code of this file.

Functions

QMLBIND_API qmlbind_pluginqmlbind_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_stringqmlbind_plugin_get_error_string (qmlbind_plugin *self)
 Returns a text string with the description of the last error that occurred. More...
 
QMLBIND_API qmlbind_valueqmlbind_plugin_get_instance (qmlbind_plugin *self, qmlbind_engine *engine)
 Returns the root component object of the plugin. The plugin is loaded if necessary. More...
 

Detailed Description

Contains all methods defined on qmlbind_plugin.