SYNOPSIS
void mongoc_gridfs_file_list_destroy (mongoc_gridfs_file_list_t *list);
DESCRIPTION
The mongoc_gridfs_file_list_destroy() function shall destroy the gridfs file list referenced by the list argument and any resources associated with the gridfs file list.
RETURN VALUE
The mongoc_gridfs_file_list_destroy() function has no return value.
ERRORS
No errors are defined.
SEE ALSO
AUTHORS
This page was written by MongoDB Inc.