21 #ifndef GNASH_OBJECT_H
22 #define GNASH_OBJECT_H
30 void initObjectClass(as_object* proto, as_object& global,
const ObjectURI& uri);
36 #endif // GNASH_OBJECT_H
void initObjectClass(as_object *proto, as_object &where, const ObjectURI &uri)
Initialize the global Object class.
Definition: Object.cpp:80
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
void registerObjectNative(as_object &global)
Definition: Object.cpp:62