Skip to content

Commit

Permalink
Add flavour attribute to book.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jan 30, 2020
1 parent ed66344 commit 5cee778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wrapper/java/book.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions src/wrapper/java/org/kiwix/kiwixlib/Book.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cee778

Please sign in to comment.