comparison dwt/internal/mozilla/nsIHelperAppLauncher.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_IID= 15 const nsIID NS_IHELPERAPPLAUNCHER_IID=
16 {0x9503d0fe, 0x4c9d, 0x11d4, 16 {0x9503d0fe, 0x4c9d, 0x11d4,
17 [ 0x98, 0xd0, 0x00, 0x10, 0x83, 0x01, 0x0e, 0x9b ]}; 17 [ 0x98, 0xd0, 0x00, 0x10, 0x83, 0x01, 0x0e, 0x9b ]};
18 18
19 //extern(System)
20
21 interface nsIHelperAppLauncher : nsISupports { 19 interface nsIHelperAppLauncher : nsISupports {
22 20
23 static const char[] IID_STR = NS_IHELPERAPPLAUNCHER_IID_STR; 21 static const char[] IID_STR = NS_IHELPERAPPLAUNCHER_IID_STR;
24 static const nsIID IID = NS_IHELPERAPPLAUNCHER_IID; 22 static const nsIID IID = NS_IHELPERAPPLAUNCHER_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);