![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include "plugins.h"
Go to the source code of this file.
Functions | |
void | pyfalkon_register_plugin (PluginInterface *plugin) |
Q_DECL_EXPORT void * | pyfalkon_load_plugin (const QString &name) |
Q_DECL_EXPORT void | pyfalkon_init_plugin (Plugins::Plugin *plugin) |
Q_DECL_EXPORT void pyfalkon_init_plugin | ( | Plugins::Plugin * | plugin | ) |
Definition at line 105 of file pythonplugin.cpp.
Q_DECL_EXPORT void * pyfalkon_load_plugin | ( | const QString & | name | ) |
Definition at line 84 of file pythonplugin.cpp.
void pyfalkon_register_plugin | ( | PluginInterface * | plugin | ) |
Definition at line 79 of file pythonplugin.cpp.