michael@0: /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: native REFNSIID(REFNSIID); michael@0: native nativeVoid(void *); michael@0: native nativeChar(const char * *); michael@0: [ptr] native constVoidPtr(const void); michael@0: [ref] native PRUint32Ref(uint32_t); michael@0: [ref] native PRUint16Ref(uint16_t); michael@0: [ref] native constCharStarConstStar(const char* const*); michael@0: [ptr] native constCharPtr(const char); michael@0: [ref] native constCharStarRef(const char *); michael@0: michael@0: native NPWindowType(NPWindowType); michael@0: native NPWindow(NPWindow); michael@0: [ptr] native NPWindowPtr(NPWindow); michael@0: [ref] native NPWindowStarRef(NPWindow *); michael@0: [ptr] native NPPrintPtr(NPPrint); michael@0: native NPByteRange(NPByteRange); michael@0: [ptr] native NPByteRangePtr(NPByteRange); michael@0: native NPPVariable(NPPVariable); michael@0: native NPNVariable(NPNVariable); michael@0: [ptr] native NPRectPtr(NPRect); michael@0: native NPRegion(NPRegion); michael@0: native NPDrawingModel(NPDrawingModel); michael@0: native NPEventModel(NPEventModel); michael@0: michael@0: [ptr] native JRIEnvPtr(JRIEnv); michael@0: native jref(jref);