aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-02-19 14:46:33 +0100
committerGitHub <noreply@github.com>2021-02-19 14:46:33 +0100
commitac0bb4b447694904020373363df8a4b4aad06c45 (patch)
tree3fe3349c9a7f3244910c7453574ea08c0b2e6bbb /docs/source/development/reference
parent8db9cc2876f3782f33159ff970d8ba5ceeccaba4 (diff)
parentb0687dfb1e0a92c4699ad6f6657f9239351cf23d (diff)
downloadPROJ-ac0bb4b447694904020373363df8a4b4aad06c45.tar.gz
PROJ-ac0bb4b447694904020373363df8a4b4aad06c45.zip
Merge pull request #2507 from guiguite/patch-1
Add documentation entry for proj_content_set_search_paths
Diffstat (limited to 'docs/source/development/reference')
-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