1 28 package org.eclipse.swt.internal.mozilla; 29 30 import org.eclipse.swt.internal.Platform; 31 32 public class XPCOMInit extends Platform { 33 public static final int PATH_MAX = 4096; 34 35 public static final native int GREVersionRange_sizeof (); 36 public static final native int GRE_GetGREPathWithProperties (GREVersionRange versions, int versionsLength, int properties, int propertiesLength, int buffer, int buflen); 37 public static final native int XPCOMGlueStartup (byte[] place); 38 public static final native int XPCOMGlueShutdown (); 39 } 40 | Popular Tags |