Files
lazarus-ccr/components/geckoport/version2/gecko10/nsidomtext.inc
loesje_ 9c2b80b5c4 * 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
2012-03-19 14:43:54 +00:00

10 lines
230 B
PHP

type
nsIDOMText = interface(nsIDOMCharacterData)
['{437ed60c-febd-4bd0-892f-cf358adc3c96}']
function splitText(offset: idlulong) : nsIDOMText; safecall;
procedure GetwholeText( result_: DOMString); safecall;
end;