gf_layer_detach()

Detach from a layer

Synopsis:

#include <gf/gf.h>

void gf_layer_detach( gf_layer_t layer );

Arguments:

layer
The handle for the layer to detach from. This is the handle returned by gf_layer_attach().

Library:

gf

Description:

This function detaches from a display layer.


Note: Calling this function doesn't disable the display layer, so it remains visible to the user until it is cleaned up. If you want to make the layer invisible to the user, you should call gf_layer_disable() before calling gf_layer_detach().

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_layer_attach(), gf_layer_disable(), gf_layer_enable(), gf_layer_query()