Files
lazarus-ccr/components/geckoport/version2/gecko10/nsiweakreference.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

16 lines
346 B
PHP

type
nsIWeakReference = interface(nsISupports)
['{9188bc85-f92e-11d2-81ef-0060083a0bcf}']
procedure QueryReferent(constref uuid: TGuid; out result); safecall;
end;
nsISupportsWeakReference = interface(nsISupports)
['{9188bc86-f92e-11d2-81ef-0060083a0bcf}']
function GetWeakReference() : nsIWeakReference; safecall;
end;