diff dwt/internal/mozilla/nsXPCOM.d @ 278:93409d9838c5

Commit more browser/xpcom updates, including still uncoverted source.
author John Reimer<terminal.node@gmail.com>
date Thu, 31 Jul 2008 19:17:51 -0700
parents dd63eb078d7a
children 44258e0b6687 3dfa75c74ed2
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsXPCOM.d	Sat Jul 26 14:37:23 2008 +0200
+++ b/dwt/internal/mozilla/nsXPCOM.d	Thu Jul 31 19:17:51 2008 -0700
@@ -1,3 +1,5 @@
+/******************************************************************************
+
 module dwt.internal.mozilla.nsXPCOM;
 
 import dwt.internal.mozilla.Common;
@@ -43,8 +45,8 @@
 nsresult  NS_GetComponentManager(nsIComponentManager *result);
 nsresult  NS_GetComponentRegistrar(nsIComponentRegistrar *result);
 nsresult  NS_GetMemoryManager(nsIMemory *result);
-nsresult  NS_NewLocalFile(nsAString path, PRBool followLinks, nsILocalFile *result);
-nsresult  NS_NewNativeLocalFile(nsACString path, PRBool followLinks, nsILocalFile *result);
+nsresult  NS_NewLocalFile(inout nsAString path, PRBool followLinks, nsILocalFile** result);
+nsresult  NS_NewNativeLocalFile(inout nsACString path, PRBool followLinks, nsILocalFile** result);
 void *    NS_Alloc(PRSize size);
 void *    NS_Realloc(void *ptr, PRSize size);
 void      NS_Free(void *ptr);