mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-13 17:18:23 -04:00
parent
ed66344f31
commit
5cee77858e
@ -58,6 +58,7 @@ GETTER(jstring, getPublisher)
|
||||
GETTER(jstring, getDate)
|
||||
GETTER(jstring, getUrl)
|
||||
GETTER(jstring, getName)
|
||||
GETTER(jstring, getFlavour)
|
||||
GETTER(jstring, getTags)
|
||||
GETTER(jlong, getArticleCount)
|
||||
GETTER(jlong, getMediaCount)
|
||||
|
@ -19,6 +19,7 @@ public class Book
|
||||
public native String getDate();
|
||||
public native String getUrl();
|
||||
public native String getName();
|
||||
public native String getFlavour();
|
||||
public native String getTags();
|
||||
/**
|
||||
* Return the value associated to the tag tagName
|
||||
|
Loading…
x
Reference in New Issue
Block a user