You've already forked lazarus-ccr
* 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
This commit is contained in:
@@ -2,8 +2,6 @@ type
|
||||
|
||||
nsIProperties = interface(nsISupports)
|
||||
['{78650582-4e93-4b60-8e85-26ebd3eb14ca}']
|
||||
// iid parameter is manually converted to constref/TGuid, so
|
||||
// that it is possible to assign an interface to this parameter.
|
||||
procedure get(prop: PAnsiChar; constref iid: TGuid; out result); safecall;
|
||||
procedure aset(prop: PAnsiChar; value: nsISupports); safecall;
|
||||
function has(prop: PAnsiChar) : longbool; safecall;
|
||||
|
Reference in New Issue
Block a user