aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-03-01 13:04:29 +0100
committerKristian Evers <kristianevers@gmail.com>2021-03-01 13:04:29 +0100
commitf55bb077c8ecfca4b583bef44151b37fa208a1ea (patch)
tree42840249ca0e3ed461d73ca20a916c7df4958264
parent43407f7ba46fbefe71d84c23911f16982c14154a (diff)
parentac0bb4b447694904020373363df8a4b4aad06c45 (diff)
downloadPROJ-f55bb077c8ecfca4b583bef44151b37fa208a1ea.tar.gz
PROJ-f55bb077c8ecfca4b583bef44151b37fa208a1ea.zip
Merge branch '7.2' of https://github.com/OSGeo/PROJ into 7.2
-rw-r--r--docs/source/development/reference/functions.rst11
1 files changed, 11 insertions, 0 deletions
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