Function

NumCosmoWindowclear

Declaration [src]

void
nc_window_clear (
  NcWindow** wf
)

Description [src]

Atomically decrements the reference count of wf by one. If the reference count drops to 0, all memory allocated by wf is released. Set the pointer to NULL.

Parameters

wf

Type: NcWindow

A NcWindow.

The data is owned by the caller of the function.