navigator_window_cover_label_destroy()
Destroy the window cover label handle.
Synopsis:
#include <bps/navigator.h>
BPS_API int navigator_window_cover_label_destroy(navigator_window_cover_label_t *label)
Arguments:
- label
-
The window cover label handle.
Library:
libbpsDescription:
Destroys the label handle that was created by navigator_window_cover_attribute_add_label()
Returns:
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and label will still be valid.