Files
libkiwix/include
Matthieu Gautier 4d307e18eb Add new thread safe suggestion API.
Previous API were using an internal vector to store the suggestions search
results.

The new API takes a vector as out argument. So user can call the functions
without having to protect the search.

We should change the android API to reflect the change but it is a bit
more complex to do at JNI level. As android do not call it multithreaded
we are safe for now. And we need the new API asap for kiwix-desktop.

So we keep the same API on android for now, the new api will be made
in next version.
2020-07-01 17:16:13 +02:00
..
2018-12-02 15:47:29 +01:00
2019-12-08 11:52:16 +01:00
2019-10-28 15:56:49 +01:00
2018-12-02 15:47:29 +01:00
2020-07-01 17:16:13 +02:00
2020-03-06 12:08:05 +01:00