dom/plugins/base/nspluginroot.idl

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/plugins/base/nspluginroot.idl	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +
     1.9 +native REFNSIID(REFNSIID);
    1.10 +native nativeVoid(void *);
    1.11 +native nativeChar(const char * *);
    1.12 +[ptr] native constVoidPtr(const void);
    1.13 +[ref] native PRUint32Ref(uint32_t);
    1.14 +[ref] native PRUint16Ref(uint16_t);
    1.15 +[ref] native constCharStarConstStar(const char* const*);
    1.16 +[ptr] native constCharPtr(const char);
    1.17 +[ref] native constCharStarRef(const char *);
    1.18 +
    1.19 +native NPWindowType(NPWindowType);
    1.20 +native NPWindow(NPWindow);
    1.21 +[ptr] native NPWindowPtr(NPWindow);
    1.22 +[ref] native NPWindowStarRef(NPWindow *);
    1.23 +[ptr] native NPPrintPtr(NPPrint);
    1.24 +native NPByteRange(NPByteRange);
    1.25 +[ptr] native NPByteRangePtr(NPByteRange);
    1.26 +native NPPVariable(NPPVariable);
    1.27 +native NPNVariable(NPNVariable);
    1.28 +[ptr] native NPRectPtr(NPRect);
    1.29 +native NPRegion(NPRegion);
    1.30 +native NPDrawingModel(NPDrawingModel);
    1.31 +native NPEventModel(NPEventModel);
    1.32 +
    1.33 +[ptr] native JRIEnvPtr(JRIEnv);
    1.34 +native jref(jref);

mercurial