1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

preferences API (stub implementation)

This commit is contained in:
Nikolay Pultsin 2011-06-23 18:26:01 +01:00
parent eb46450995
commit 47fc0d3be1
4 changed files with 168 additions and 34 deletions

View file

@ -15,13 +15,17 @@ interface ApiMethods {
// bookmarks information
// preferences
int GET_OPTION_GROUPS = 401;
int GET_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 GET_BOOK_FILENAME = 505;
int GET_BOOK_FILE_NAME = 505;
// text information
int GET_PARAGRAPHS_NUMBER = 601;