lazarus-ccr/components/geckoport/version2/gecko11/nsiframerequestcallback.inc

9 lines
168 B
PHP

type
nsIFrameRequestCallback = interface(nsISupports)
['{e8d887f0-2ed7-406f-9f1d-edeb2c54c0a2}']
procedure sample(timeStamp: DOMTimeStamp); safecall;
end;