mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
covers from native plugins (in progress)
This commit is contained in:
parent
5518e9ef78
commit
79a06410ae
2 changed files with 6 additions and 9 deletions
|
@ -287,6 +287,6 @@ JNIEXPORT jboolean JNICALL Java_org_geometerplus_fbreader_formats_NativeFormatPl
|
|||
}
|
||||
|
||||
extern "C"
|
||||
JNIEXPORT jobject JNICALL Java_org_geometerplus_fbreader_formats_NativeFormatPlugin_readCoverInternal(JNIEnv* env, jobject thiz, jobject file) {
|
||||
return 0;
|
||||
JNIEXPORT void JNICALL Java_org_geometerplus_fbreader_formats_NativeFormatPlugin_readCoverInternal(JNIEnv* env, jobject thiz, jobject file, jobjectArray box) {
|
||||
// TODO: implement
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue