mirror of https://github.com/kiwix/libkiwix.git
Allow JNI to access search snippets
This commit is contained in:
parent
3c614ae47f
commit
97bcf57d53
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue