We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02f658c + 3c1e9c9 commit 2db5464Copy full SHA for 2db5464
2 files changed
src/wrapper/java/book.cpp
@@ -69,6 +69,7 @@ GETTER(jstring, getDate)
69
GETTER(jstring, getUrl)
70
GETTER(jstring, getName)
71
GETTER(jstring, getFlavour)
72
+GETTER(jstring, getCategory)
73
GETTER(jstring, getTags)
74
GETTER(jlong, getArticleCount)
75
GETTER(jlong, getMediaCount)
src/wrapper/java/org/kiwix/kiwixlib/Book.java
@@ -24,6 +24,7 @@ public class Book
24
public native String getUrl();
25
public native String getName();
26
public native String getFlavour();
27
+ public native String getCategory();
28
public native String getTags();
29
/**
30
* Return the value associated to the tag tagName
0 commit comments