You've already forked lazarus-ccr
* 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
9 lines
179 B
PHP
9 lines
179 B
PHP
type
|
|
|
|
nsIDOMProcessingInstruction = interface(nsIDOMCharacterData)
|
|
['{d754433f-4637-4a5f-9034-0388173ea254}']
|
|
procedure Gettarget( result_: DOMString); safecall;
|
|
|
|
end;
|
|
|