38 native REFNSIID(REFNSIID);
39 native nativeVoid(
void *);
40 native 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 *);
48 native nsPluginMode(nsPluginMode);
49 native nsPluginStreamType(nsPluginStreamType);
50 native nsMIMEType(nsMIMEType);
58 native nsPluginManagerVariable(nsPluginManagerVariable);
59 native nsPluginVariable(nsPluginVariable);
60 native nsPluginInstanceVariable(nsPluginInstanceVariable);
61 native nsPluginInstancePeerVariable(nsPluginInstancePeerVariable);
63 native nsPluginRegion(nsPluginRegion);
65 [ptr] native JRIEnvPtr(JRIEnv);