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

synchronization with native branch

This commit is contained in:
Nikolay Pultsin 2012-03-02 02:34:26 +00:00
parent 925975f7e3
commit 65094c815a
6 changed files with 109 additions and 3 deletions

View file

@ -62,6 +62,7 @@ public:
static jmethodID MID_ZLFile_size;
static jmethodID MID_NativeFormatPlugin_init;
static jmethodID MID_NativeFormatPlugin_supportedFileType;
static jmethodID SMID_PluginCollection_Instance;
@ -71,6 +72,12 @@ public:
static jmethodID MID_Book_getTitle;
static jmethodID MID_Book_getLanguage;
static jmethodID MID_Book_getEncoding;
static jmethodID MID_Book_setTitle;
static jmethodID MID_Book_setSeriesInfo;
static jmethodID MID_Book_setLanguage;
static jmethodID MID_Book_setEncoding;
static jmethodID MID_Book_addAuthor;
static jmethodID MID_Book_addTag;
static jmethodID SMID_Tag_getTag;