From b0687dfb1e0a92c4699ad6f6657f9239351cf23d Mon Sep 17 00:00:00 2001 From: guiguite <11987059+guiguite@users.noreply.github.com> Date: Fri, 22 Jan 2021 11:03:10 +1300 Subject: Add entry for proj_content_set_search_paths --- docs/source/development/reference/functions.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/source/development/reference') diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index 3a7f9cae..789cf07b 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -783,6 +783,17 @@ Setting custom I/O functions .. doxygenfunction:: proj_context_set_sqlite3_vfs_name :project: doxygen_api + +.. c:function:: void proj_context_set_search_paths (PJ_CONTEXT *ctx , int count_paths, const char* const* paths) + + Sets the resource files search paths. + + :param ctx: Threading context. + :type ctx: :c:type:`PJ_CONTEXT` * + :param `count_paths`: Number of paths. + :type `count_paths`: `int` + :param `paths`: Array of paths. + :type `paths`: `const char* const*` Network related functionality -- cgit v1.2.3