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

gf_display_detach()

Detach from a display

Synopsis:

#include <gf/gf.h>

void gf_display_detach( gf_display_t display );

Arguments:

display
The handle for the display to detatch from. This handle is returned by gf_display_attach().

Library:

gf

Description:

This function detaches from an attached display (a display attached using a call to gf_display_attach()), releasing any associated resources.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_display_attach()