img_lib_detach()
Detach from the library
Synopsis:
#include <img/img.h>
void img_lib_detach( img_lib_t ilib );
Arguments:
- ilib
- The library handle filled in by img_lib_attach(). The handle will no longer be valid.
Library:
libimg
Use the -l img option to qcc to link against this library.
Description:
This function detaches from the image library and frees all associated resources.
Classification:
Image library
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |