mongoc_gridfs_file_list_destroy (3) Linux Manual Page
mongoc_gridfs_file_list_destroy() – Frees a mongoc_gridfs_file_list_t and releases any associated resources.
Synopsis
void mongoc_gridfs_file_list_destroy (mongoc_gridfs_file_list_t *list);
Parameters
list- A
mongoc_gridfs_file_list_t\&.
Description
Frees a mongoc_gridfs_file_list_t and releases any associated resources.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
