mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 05:44:20 +00:00
Added Get/SetPersistentDescriptor method. Use this instead of GetPath/InitWithPath.
This commit is contained in:
parent
22adf6c37b
commit
71b8e272d8
@ -93,6 +93,14 @@ interface nsILocalFile : nsIFile
|
||||
*/
|
||||
void appendRelativePath([const] in string relativeFilePath);
|
||||
void appendRelativeUnicodePath([const] in wstring relativeFilePath);
|
||||
|
||||
|
||||
/**
|
||||
* Accessor to a null terminated string which will specify
|
||||
* the file in a persistent manner for disk storage.
|
||||
*/
|
||||
attribute string persistentDescriptor;
|
||||
|
||||
};
|
||||
|
||||
%{C++
|
||||
|
Loading…
x
Reference in New Issue
Block a user