Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

img_lib_detach()

Detach from the library

Synopsis:

#include <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:

img

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

See also:

img_lib_attach()