update blocking in oxd + callback in oxff, split modules in ox.jsm and oxff.jsm
This commit is contained in:
parent
9cf7c84558
commit
1be85a89d8
7 changed files with 153 additions and 120 deletions
|
|
@ -20,9 +20,9 @@ interface nsIOxFF : nsISupports
|
|||
string import();
|
||||
float progress(in AString oshash);
|
||||
boolean access([optional] in boolean request);
|
||||
boolean update();
|
||||
string volumes();
|
||||
boolean files(in oxICallback callback);
|
||||
boolean update(in oxICallback callback);
|
||||
string volumes(in oxICallback callback);
|
||||
boolean files(in AString volume, in oxICallback callback);
|
||||
boolean get(in AString oshash, in AString media, in oxICallback callback);
|
||||
boolean extract(in AString oshash, in AString media, in oxICallback callback);
|
||||
boolean logout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue