major source structure and module name change - continue4
This commit is contained in:
19
BrowserExtensions/win/IMiCASAKeys.idl
Normal file
19
BrowserExtensions/win/IMiCASAKeys.idl
Normal file
@@ -0,0 +1,19 @@
|
||||
#include <nsISupports.idl>
|
||||
|
||||
|
||||
[scriptable, uuid(A3F70CE4-FAE8-4bd1-98EB-0CF581E4B4DC)]
|
||||
interface IMiCASAKeys : nsISupports
|
||||
{
|
||||
PRInt32 miCASAWriteKey(
|
||||
in AUTF8String secretId,
|
||||
in AUTF8String key,
|
||||
in AUTF8String value
|
||||
);
|
||||
|
||||
PRInt32 miCASAReadKey(
|
||||
in AUTF8String secretId,
|
||||
in AUTF8String key,
|
||||
out AUTF8String value
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user