38native REFNSIID(REFNSIID);
39native nativeVoid(
void *);
40native nativeChar(
const char * *);
41[ptr] native constVoidPtr(
const void);
42[ref] native PRUint32Ref(PRUint32);
43[ref] native PRUint16Ref(PRUint16);
44[ref] native constCharStarConstStar(
const char*
const*);
45[ptr] native constCharPtr(
const char);
46[ref] native constCharStarRef(
const char *);
48native nsPluginMode(nsPluginMode);
49native nsPluginStreamType(nsPluginStreamType);
50native nsMIMEType(nsMIMEType);
58native nsPluginManagerVariable(nsPluginManagerVariable);
59native nsPluginVariable(nsPluginVariable);
60native nsPluginInstanceVariable(nsPluginInstanceVariable);
61native nsPluginInstancePeerVariable(nsPluginInstancePeerVariable);
63native nsPluginRegion(nsPluginRegion);
65[ptr] native JRIEnvPtr(JRIEnv);