mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-08 22:58:18 -04:00
Add missing method in Book.
This commit is contained in:
parent
2ef64ac8b3
commit
897c78a718
@ -50,6 +50,8 @@ GETTER(jstring, getId)
|
||||
|
||||
GETTER(jstring, getPath)
|
||||
|
||||
GETTER(jstring, getHumanReadableIdFromPath)
|
||||
|
||||
GETTER(jboolean, isPathValid)
|
||||
|
||||
GETTER(jstring, getTitle)
|
||||
|
@ -12,11 +12,13 @@ public class Book
|
||||
public native void update(Book book);
|
||||
public native void update(Archive archive);
|
||||
|
||||
|
||||
@Override
|
||||
protected void finalize() { dispose(); }
|
||||
|
||||
public native String getId();
|
||||
public native String getPath();
|
||||
public native String getHumanReadableIdFromPath();
|
||||
public native boolean isPathValid();
|
||||
public native String getTitle();
|
||||
public native String getDescription();
|
||||
|
Loading…
x
Reference in New Issue
Block a user