kiwix::Book::getCategory()

This commit is contained in:
Veloman Yunkan
2021-03-05 19:10:01 +04:00
parent 6d43fd065f
commit 58186ffb26
6 changed files with 18 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ GETTER(jstring, getDate)
GETTER(jstring, getUrl)
GETTER(jstring, getName)
GETTER(jstring, getFlavour)
GETTER(jstring, getCategory)
GETTER(jstring, getTags)
GETTER(jlong, getArticleCount)
GETTER(jlong, getMediaCount)

View File

@@ -24,6 +24,7 @@ public class Book
public native String getUrl();
public native String getName();
public native String getFlavour();
public native String getCategory();
public native String getTags();
/**
* Return the value associated to the tag tagName