mongoc_gridfs_file_destroy (3) Linux Manual Page
mongoc_gridfs_file_destroy() – Destroys the mongoc_gridfs_file_t instance and any resources associated with it.
Synopsis
void mongoc_gridfs_file_destroy (mongoc_gridfs_file_t *file);
Parameters
file- A
mongoc_gridfs_file_t\&.
Description
Destroys the mongoc_gridfs_file_t instance and any resources associated with it.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
