comparison dwt/internal/mozilla/nsXPCOM.d @ 293:3dfa75c74ed2

merge
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Aug 2008 15:16:09 +0200
parents 93409d9838c5 b0bd1789106b
children c7c696cdfec2
comparison
equal deleted inserted replaced
292:695802b523c0 293:3dfa75c74ed2
1 /******************************************************************************
2 1
3 module dwt.internal.mozilla.nsXPCOM; 2 module dwt.internal.mozilla.nsXPCOM;
4 3
5 import dwt.internal.mozilla.Common; 4 import dwt.internal.mozilla.Common;
6 import dwt.internal.mozilla.nsStringAPI; 5 import dwt.internal.mozilla.nsStringAPI;
43 nsresult NS_ShutdownXPCOM(nsIServiceManager servMgr); 42 nsresult NS_ShutdownXPCOM(nsIServiceManager servMgr);
44 nsresult NS_GetServiceManager(nsIServiceManager *result); 43 nsresult NS_GetServiceManager(nsIServiceManager *result);
45 nsresult NS_GetComponentManager(nsIComponentManager *result); 44 nsresult NS_GetComponentManager(nsIComponentManager *result);
46 nsresult NS_GetComponentRegistrar(nsIComponentRegistrar *result); 45 nsresult NS_GetComponentRegistrar(nsIComponentRegistrar *result);
47 nsresult NS_GetMemoryManager(nsIMemory *result); 46 nsresult NS_GetMemoryManager(nsIMemory *result);
48 nsresult NS_NewLocalFile(inout nsAString path, PRBool followLinks, nsILocalFile** result); 47 nsresult NS_NewLocalFile(inout nsAString path, PRBool followLinks, nsILocalFile* result);
49 nsresult NS_NewNativeLocalFile(inout nsACString path, PRBool followLinks, nsILocalFile** result); 48 nsresult NS_NewNativeLocalFile(inout nsACString path, PRBool followLinks, nsILocalFile* result);
50 void * NS_Alloc(PRSize size); 49 void * NS_Alloc(PRSize size);
51 void * NS_Realloc(void *ptr, PRSize size); 50 void * NS_Realloc(void *ptr, PRSize size);
52 void NS_Free(void *ptr); 51 void NS_Free(void *ptr);
53 nsresult NS_GetDebug(nsIDebug **result); 52 nsresult NS_GetDebug(nsIDebug *result);
54 nsresult NS_GetTraceRefcnt(nsITraceRefcnt *result); 53 nsresult NS_GetTraceRefcnt(nsITraceRefcnt *result);