aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference
diff options
context:
space:
mode:
authorguiguite <11987059+guiguite@users.noreply.github.com>2021-01-22 11:03:10 +1300
committerGitHub <noreply@github.com>2021-01-22 11:03:10 +1300
commitb0687dfb1e0a92c4699ad6f6657f9239351cf23d (patch)
tree3fe3349c9a7f3244910c7453574ea08c0b2e6bbb /docs/source/development/reference
parent8db9cc2876f3782f33159ff970d8ba5ceeccaba4 (diff)
downloadPROJ-b0687dfb1e0a92c4699ad6f6657f9239351cf23d.tar.gz
PROJ-b0687dfb1e0a92c4699ad6f6657f9239351cf23d.zip
Add 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