Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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 MON-
     GOC_WARNING on error.

     WARNING:
	Failure to handle the result of this function is a programming error.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		       MONGOC_URI_NEW(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_uri_new&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help