Gnash
0.8.10
|
#include <ClassHierarchy.h>
Public Attributes | |
std::string | file_name |
The filename for the library relative to the plugins directory. | |
std::string | init_name |
const ObjectURI | uri |
int | version |
The version at which this should be added. |
std::string gnash::ClassHierarchy::ExtensionClass::file_name |
The filename for the library relative to the plugins directory.
std::string gnash::ClassHierarchy::ExtensionClass::init_name |
Initialization function name
The name of the function which will yield the prototype object. It should be a function with signature: void init_name(as_object &obj); which sets its prototype as the member 'name' in the object. See extensions/mysql/mysql_db.cpp function mysql_class_init
The version at which this should be added.