table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_URI_NEW(3) | libmongoc | MONGOC_URI_NEW(3) |
SYNOPSIS¶
mongoc_uri_t * mongoc_uri_new (const char *uri_string);
PARAMETERS¶
- •
- uri_string: A string containing a URI.
DESCRIPTION¶
Calls mongoc_uri_new_with_error().
RETURNS¶
A newly allocated mongoc_uri_t if successful. Otherwise NULL, using MONGOC_WARNING on error.
WARNING:
Failure to handle the result of this function is a
programming error.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |