Gnash  0.8.10
Public Attributes
gnash::ClassHierarchy::ExtensionClass Struct Reference

#include <ClassHierarchy.h>

List of all members.

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.

Member Data Documentation

The filename for the library relative to the plugins directory.

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.


The documentation for this struct was generated from the following file: