Gnash
0.8.11dev
|
#include <proto/intuition.h>
#include <proto/Picasso96API.h>
#include <proto/exec.h>
#include <cstdlib>
#include <cstdarg>
#include <cstdint>
#include <fstream>
#include "plugin.h"
Macros | |
#define | FLASH_MAJOR_VERSION "9" |
#define | FLASH_MINOR_VERSION "0" |
#define | FLASH_REV_NUMBER "82" |
#define | MIME_TYPES_HANDLED "application/x-shockwave-flash" |
#define | PLUGIN_NAME "Shockwave Flash" |
#define | MIME_TYPES_DESCRIPTION MIME_TYPES_HANDLED":swf:"PLUGIN_NAME |
#define | FLASH_VERSION |
#define | PLUGIN_DESCRIPTION "Shockwave Flash "FLASH_VERSION" Gnash "VERSION", the GNU SWF Player. \ Copyright © 2006, 2007, 2008 \ <a href=\"http://www.fsf.org\">Free Software Foundation</a>, Inc.<br> \ Gnash comes with NO WARRANTY, to the extent permitted by law. \ You may redistribute copies of Gnash under the terms of the \ <a href=\"http://www.gnu.org/licenses/gpl.html\">GNU General Public \ License</a>. For more information about Gnash, see <a \ href=\"http://www.gnu.org/software/gnash/\"> \ http://www.gnu.org/software/gnash</a>. \ Compatible Shockwave Flash "FLASH_VERSION |
#define | DBG(x, ...) __DBG(x, ## __VA_ARGS__) |
Functions | |
char * | NPP_GetMIMEDescription (void) |
Return the MIME Type description for this plugin. More... | |
void | __DBG (const char *fmt,...) |
NPError | NS_PluginInitialize (void) |
void | NS_PluginShutdown (void) |
nsPluginInstanceBase * | NS_NewPluginInstance (nsPluginCreateData *aCreateDataStruct) |
void | NS_DestroyPluginInstance (nsPluginInstanceBase *aPlugin) |
#define FLASH_MAJOR_VERSION "9" |
#define FLASH_MINOR_VERSION "0" |
#define FLASH_REV_NUMBER "82" |
#define FLASH_VERSION |
#define MIME_TYPES_DESCRIPTION MIME_TYPES_HANDLED":swf:"PLUGIN_NAME |
#define MIME_TYPES_HANDLED "application/x-shockwave-flash" |
#define PLUGIN_DESCRIPTION "Shockwave Flash "FLASH_VERSION" Gnash "VERSION", the GNU SWF Player. \ Copyright © 2006, 2007, 2008 \ <a href=\"http://www.fsf.org\">Free Software Foundation</a>, Inc.<br> \ Gnash comes with NO WARRANTY, to the extent permitted by law. \ You may redistribute copies of Gnash under the terms of the \ <a href=\"http://www.gnu.org/licenses/gpl.html\">GNU General Public \ License</a>. For more information about Gnash, see <a \ href=\"http://www.gnu.org/software/gnash/\"> \ http://www.gnu.org/software/gnash</a>. \ Compatible Shockwave Flash "FLASH_VERSION |
#define PLUGIN_NAME "Shockwave Flash" |
|
inline |
char * NPP_GetMIMEDescription | ( | void | ) |
Return the MIME Type description for this plugin.
void NS_DestroyPluginInstance | ( | nsPluginInstanceBase * | aPlugin | ) |
References DBG.
nsPluginInstanceBase* NS_NewPluginInstance | ( | nsPluginCreateData * | aCreateDataStruct | ) |
References DBG.
NPError NS_PluginInitialize | ( | void | ) |
References DBG.
void NS_PluginShutdown | ( | void | ) |
References DBG.