1
0
Fork 0
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:
Nikolay Pultsin 2012-05-23 03:50:24 +01:00
parent 45dfb63382
commit 1e2aaf281d
5 changed files with 89 additions and 31 deletions

View file

@ -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;