mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
synchronization with native branch
This commit is contained in:
parent
a6e4699d33
commit
80ab1a798d
37 changed files with 3533 additions and 3 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
static const char * const Class_ZLFile;
|
||||
static const char * const Class_NativeFormatPlugin;
|
||||
static const char * const Class_PluginCollection;
|
||||
static const char * const Class_Paths;
|
||||
static const char * const Class_Book;
|
||||
static const char * const Class_Tag;
|
||||
|
||||
|
@ -62,6 +63,8 @@ public:
|
|||
|
||||
static jmethodID SMID_PluginCollection_Instance;
|
||||
|
||||
static jmethodID SMID_Paths_cacheDirectory;
|
||||
|
||||
static jfieldID FID_Book_File;
|
||||
static jmethodID MID_Book_getTitle;
|
||||
static jmethodID MID_Book_getLanguage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue