comparison dwt/internal/mozilla/nsIHelperAppLauncher_1_9.d @ 348:9a4d7706df52

Test Update to fix linux XPCOM interface issues
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 21:46:44 -0700
parents 942da4b6558a
children
comparison
equal deleted inserted replaced
347:ff6dd48f5248 348:9a4d7706df52
14 14
15 const nsIID NS_IHELPERAPPLAUNCHER_1_9_IID= 15 const nsIID NS_IHELPERAPPLAUNCHER_1_9_IID=
16 {0xcc75c21a, 0x0a79, 0x4f68, 16 {0xcc75c21a, 0x0a79, 0x4f68,
17 [ 0x90, 0xe1, 0x56, 0x32, 0x53, 0xd0, 0xc5, 0x55 ]}; 17 [ 0x90, 0xe1, 0x56, 0x32, 0x53, 0xd0, 0xc5, 0x55 ]};
18 18
19 //extern(System)
20
21 interface nsIHelperAppLauncher_1_9 : nsICancelable { 19 interface nsIHelperAppLauncher_1_9 : nsICancelable {
22 20
23 static const char[] IID_STR = NS_IHELPERAPPLAUNCHER_1_9_IID_STR; 21 static const char[] IID_STR = NS_IHELPERAPPLAUNCHER_1_9_IID_STR;
24 static const nsIID IID = NS_IHELPERAPPLAUNCHER_1_9_IID; 22 static const nsIID IID = NS_IHELPERAPPLAUNCHER_1_9_IID;
25 23
24 extern(System):
26 nsresult GetMIMEInfo(nsIMIMEInfo *aMIMEInfo); 25 nsresult GetMIMEInfo(nsIMIMEInfo *aMIMEInfo);
27 nsresult GetSource(nsIURI *aSource); 26 nsresult GetSource(nsIURI *aSource);
28 nsresult GetSuggestedFileName(nsAString * aSuggestedFileName); 27 nsresult GetSuggestedFileName(nsAString * aSuggestedFileName);
29 nsresult SaveToDisk(nsIFile aNewFileLocation, PRBool aRememberThisPreference); 28 nsresult SaveToDisk(nsIFile aNewFileLocation, PRBool aRememberThisPreference);
30 nsresult LaunchWithApplication(nsIFile aApplication, PRBool aRememberThisPreference); 29 nsresult LaunchWithApplication(nsIFile aApplication, PRBool aRememberThisPreference);