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,8 +2,7 @@ type
|
||||
|
||||
nsIDOMEvent = interface(nsISupports)
|
||||
['{e85cff74-951f-45c1-be0c-89442ea2f500}']
|
||||
function Gettype(): DOMString; safecall;
|
||||
property atype : DOMString read Gettype;
|
||||
procedure Gettype( result_: DOMString); safecall;
|
||||
function Gettarget(): nsIDOMEventTarget; safecall;
|
||||
property target : nsIDOMEventTarget read Gettarget;
|
||||
function GetcurrentTarget(): nsIDOMEventTarget; safecall;
|
||||
|
Reference in New Issue
Block a user