org.eclipse.swt/components/external.idl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (annotate)
Wed Jul 1 14:50:35 2009 UTC (4 months, 3 weeks ago) by silenio
Branch: MAIN
CVS Tags: v3554, Root_accessibility_work, v3620a, v3604a, v3611d, v3611c, v3611b, v3611a, v3620, v3621, Root_accessibility_work_R3_6, v3618, v3617, v3616, v3615, v3614, v3613, v3612, v3611, v3610, v3608, v3609, v3602, v3603, v3604, v3605, v3606, v3607, v3619, v3612a, HEAD
Branch point for: accessibility_work_R3_6
Changes since 1.2: +0 -0 lines
restore HEAD after accidental deletion by error in automated build script
// to compile: xpidl -m typelib -I J:\teamswt\swt-builddir\gecko-sdk\idl\ -e External.xpt External.idl

#include "nsISupports.idl"
#include "nsIVariant.idl"

[scriptable, uuid(ded01d20-ba6f-11dd-ad8b-0800200c9a66)]

interface External : nsISupports {
    nsIVariant callJava (in unsigned long index, in nsIVariant args);
};