Gnash
0.8.10
|
#include "npapi.h"
#include "npruntime.h"
Go to the source code of this file.
Classes | |
class | gnash::GnashNPVariant |
This class holds ownership of (a copy of) an NPVariant. More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
const uint32_t & | gnash::GetNPStringLen (const NPString &str) |
const NPUTF8 * | gnash::GetNPStringChars (const NPString &str) |
void | gnash::CopyVariantValue (const NPVariant &from, NPVariant &to) |
std::string | gnash::NPStringToString (const NPString &str) |
Construct a std::string from an NPString. |