You've already forked lazarus-ccr
12 lines
283 B
PHP
12 lines
283 B
PHP
![]() |
type
|
||
|
|
||
|
nsIBFCacheEntry = interface(nsISupports)
|
||
|
['{a576060e-c7df-4d81-aa8c-5b52bd6ad25d}']
|
||
|
procedure RemoveFromBFCacheSync(); safecall;
|
||
|
procedure RemoveFromBFCacheAsync(); safecall;
|
||
|
function GetID(): idlulong; safecall;
|
||
|
property ID : idlulong read GetID;
|
||
|
|
||
|
end;
|
||
|
|