libkiwix/include
Matthieu Gautier 91db055d86 Remove function to read file using a native path.
All path must be utf8. This is already the case in all our project.
(If this not the case, this is a bug)

So we don't need to have a version with a native and utf8 path.
2020-01-13 16:59:58 +01:00
..
tools Add missing function's declarations to convert path for windows. 2020-01-13 16:51:48 +01:00
book.h Make getHumanReadableFromPath method const. 2019-08-11 10:19:48 +02:00
bookmark.h Add bookmarks support. 2018-12-02 15:47:29 +01:00
common.h Allow us to declare method to be deprecated. 2018-04-19 18:04:07 +02:00
downloader.h add get aria2 launch cmd method 2019-11-01 15:27:21 +01:00
entry.h Remove trailing spaces 2019-12-08 11:52:16 +01:00
kiwix.h Format all the code using clang-format. 2017-07-05 15:22:34 +02:00
kiwixserve.h add setPort() method 2019-10-28 15:56:49 +01:00
library.h Add a parameter to getBookmarks fct to get valid bookmarks only 2019-10-31 14:05:21 +02:00
libxml_dumper.h Add bookmarks support. 2018-12-02 15:47:29 +01:00
manager.h Remove function to read file using a native path. 2020-01-13 16:59:58 +01:00
meson.build Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
name_mapper.h Add a name_mapper mapping the HumanReadable name to the id. 2019-08-11 11:30:43 +02:00
opds_dumper.h [API break] Move all the tools in the tools directory instead of common. 2019-01-23 15:31:38 +01:00
reader.h Add a method to get the value of a specific tag. 2019-09-17 10:37:53 +02:00
search_renderer.h Move the search html renderer in a different class than the searcher. 2019-08-11 10:19:48 +02:00
searcher.h Move the search html renderer in a different class than the searcher. 2019-08-11 10:19:48 +02:00
server.h Use camelCase. 2019-08-11 11:30:43 +02:00