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
|
||||
|
||||
nsIDOMDOMStringList = interface(nsISupports)
|
||||
['{0bbae65c-1dde-11d9-8c46-000a95dc234c}']
|
||||
function item(index: idlulong) : DOMString; safecall;
|
||||
procedure item(index: idlulong; result_: DOMString); safecall;
|
||||
function Getlength(): idlulong; safecall;
|
||||
property length : idlulong read Getlength;
|
||||
function contains(str: DOMString) : longbool; safecall;
|
||||
|
Reference in New Issue
Block a user