You've already forked lazarus-ccr
* Re-generated .inc files with new version from the idlparser.
* Some string-types are now not returned as function result but as parameter. Solves several string issues. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -2,7 +2,7 @@ type
|
||||
|
||||
nsIModule = interface(nsISupports)
|
||||
['{7392D032-5371-11d3-994E-00805FD26FEE}']
|
||||
procedure getClassObject(aCompMgr: nsIComponentManager; aClass: nsCIDRef; aIID: nsIIDRef; out aResult: nsQIResult); safecall;
|
||||
procedure getClassObject(aCompMgr: nsIComponentManager; constref aClass: TGuid; constref aIID: TGuid; out aResult); safecall;
|
||||
procedure registerSelf(aCompMgr: nsIComponentManager; aLocation: nsIFile; aLoaderStr: PAnsiChar; aType: PAnsiChar); safecall;
|
||||
procedure unregisterSelf(aCompMgr: nsIComponentManager; aLocation: nsIFile; aLoaderStr: PAnsiChar); safecall;
|
||||
function canUnload(aCompMgr: nsIComponentManager) : longbool; safecall;
|
||||
|
Reference in New Issue
Block a user