mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
API implementation (in progress)
This commit is contained in:
parent
45dfb63382
commit
1e2aaf281d
5 changed files with 89 additions and 31 deletions
|
@ -15,16 +15,16 @@ interface ApiMethods {
|
|||
// bookmarks information
|
||||
|
||||
// preferences
|
||||
int GET_OPTION_GROUPS = 401;
|
||||
int GET_OPTION_NAMES = 402;
|
||||
int LIST_OPTION_GROUPS = 401;
|
||||
int LIST_OPTION_NAMES = 402;
|
||||
int GET_OPTION_VALUE = 403;
|
||||
int SET_OPTION_VALUE = 404;
|
||||
|
||||
// book information
|
||||
int GET_BOOK_LANGUAGE = 501;
|
||||
int GET_BOOK_TITLE = 502;
|
||||
int GET_BOOK_AUTHORS = 503;
|
||||
int GET_BOOK_TAGS = 504;
|
||||
int LIST_BOOK_AUTHORS = 503;
|
||||
int LIST_BOOK_TAGS = 504;
|
||||
int GET_BOOK_FILE_PATH = 505;
|
||||
int GET_BOOK_HASH = 506;
|
||||
int GET_BOOK_UNIQUE_ID = 507;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue