Gnash
0.8.11dev
|
#include <ClassHierarchy.h>
Public Attributes | |
std::string | file_name |
The filename for the library relative to the plugins directory. More... | |
std::string | init_name |
const ObjectURI | uri |
int | version |
The version at which this should be added. More... | |
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
const ObjectURI gnash::ClassHierarchy::ExtensionClass::uri |
int gnash::ClassHierarchy::ExtensionClass::version |
The version at which this should be added.