comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/internal/mozilla/XPCOMInit.d @ 54:70388b0e6dad

[swt lin] compiles
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 23:31:11 +0100
parents f713da8bc051
children 536e43f63c81
comparison
equal deleted inserted replaced
53:7e78af7adab5 54:70388b0e6dad
36 extern(System) { 36 extern(System) {
37 37
38 align(4): 38 align(4):
39 39
40 struct GREVersionRange { 40 struct GREVersionRange {
41 char *lower; 41 CCharPtr lower;
42 int lowerInclusive; 42 int lowerInclusive;
43 char *upper; 43 CCharPtr upper;
44 int upperInclusive; 44 int upperInclusive;
45 } 45 }
46 46
47 struct GREProperty { 47 struct GREProperty {
48 char *property; 48 char *property;
49 char *value; 49 char *value;
53 const int PATH_MAX = 4096; 53 const int PATH_MAX = 4096;
54 54
55 extern(System): 55 extern(System):
56 56
57 nsresult GRE_GetGREPathWithProperties(GREVersionRange *versions, PRUint32 versionsLength, GREProperty *properties, PRUint32 propertiesLength, char *buffer, PRUint32 buflen); 57 nsresult GRE_GetGREPathWithProperties(GREVersionRange *versions, PRUint32 versionsLength, GREProperty *properties, PRUint32 propertiesLength, char *buffer, PRUint32 buflen);
58 nsresult XPCOMGlueStartup(char* xpcomFile); 58 nsresult XPCOMGlueStartup(in char* xpcomFile);
59 nsresult XPCOMGlueShutdown (); 59 nsresult XPCOMGlueShutdown ();