Merge pull request #104 from kiwix/mhutti1/search-snippet

Allow JNI to access search snippets
This commit is contained in:
Matthieu Gautier 2017-12-18 14:27:57 +01:00 committed by GitHub
commit 9fc840b377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class JNIKiwixSearcher
public native String getUrl();
public native String getTitle();
public native String getContent();
public native String getSnippet();
public native void dispose();
}