diff options
Diffstat (limited to 'docs/source/development/reference/functions.rst')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 11 |
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 |
