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

updated API

This commit is contained in:
Nikolay Pultsin 2011-06-18 23:50:59 +01:00
parent 3ea71a1efc
commit d2dfafccf8
5 changed files with 93 additions and 17 deletions

View file

@ -33,6 +33,10 @@ interface ApiMethods {
// 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;
// text information
int GET_PARAGRAPHS_NUMBER = 601;
@ -42,6 +46,8 @@ interface ApiMethods {
// page information
int GET_PAGE_START = 701;
int GET_PAGE_END = 702;
int IS_PAGE_END_OF_TEXT = 703;
int IS_PAGE_END_OF_SECTION = 704;
// view change
int SET_PAGE_START = 801;