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:
@@ -4,11 +4,10 @@ type
|
||||
['{d5237f31-443a-460b-9e42-449a135346f0}']
|
||||
function Getsize(): idlulong; safecall;
|
||||
property size : idlulong read Getsize;
|
||||
function Gettype(): DOMString; safecall;
|
||||
property atype : DOMString read Gettype;
|
||||
procedure Gettype( result_: DOMString); safecall;
|
||||
function GetinternalStream(): nsIInputStream; safecall;
|
||||
property internalStream : nsIInputStream read GetinternalStream;
|
||||
function getInternalUrl(principal: nsIPrincipal) : DOMString; safecall;
|
||||
procedure getInternalUrl(principal: nsIPrincipal; result_: DOMString); safecall;
|
||||
function mozSlice(start: idllong; anend: idllong; contentType: DOMString) : nsIDOMBlob; safecall;
|
||||
|
||||
end;
|
||||
@@ -16,12 +15,9 @@ type
|
||||
|
||||
nsIDOMFile = interface(nsIDOMBlob)
|
||||
['{b096ef67-7b77-47f8-8e70-5d8ee36416bf}']
|
||||
function Getname(): DOMString; safecall;
|
||||
property name : DOMString read Getname;
|
||||
function GetmozFullPath(): DOMString; safecall;
|
||||
property mozFullPath : DOMString read GetmozFullPath;
|
||||
function GetmozFullPathInternal(): DOMString; safecall;
|
||||
property mozFullPathInternal : DOMString read GetmozFullPathInternal;
|
||||
procedure Getname( result_: DOMString); safecall;
|
||||
procedure GetmozFullPath( result_: DOMString); safecall;
|
||||
procedure GetmozFullPathInternal( result_: DOMString); safecall;
|
||||
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user