Man page - xosd_destroy(3)
Packages contas this manual
- xosd_set_align(3)
- screen_count(3)
- xosd_set_horizontal_offset(3)
- xosd_monitor(3)
- xosd_uninit(3)
- xosd_set_vertical_offset(3)
- xosd_create(3)
- xosd_get_number_lines(3)
- xosd_set_pos(3)
- xosd_hide(3)
- xosd_destroy(3)
- xosd_show(3)
- xosd_set_bar_length(3)
- xosd_is_onscreen(3)
- xosd_set_shadow_offset(3)
- xosd_set_shadow_direction(3)
- xosd(3)
- xosd-config(1)
- xosd_display(3)
- xosd_clone(3)
apt-get install libxosd-dev
Manual
| XOSD_DESTROY(3) | XOSD_DESTROY(3) |
NAME
xosd_destroy - Destroy an XOSD object
SYNOPSIS
#include <xosd.h>
int xosd_destroy (xosd *osd);
DESCRIPTION
xosd_destroy destroys an XOSD object freeing up any memory used. The osd object must have been created by xosd_create(3xosd).
xosd_destroy is not intended to be used on its own, but functions as a helper within the display_info tool.
ARGUMENTS
- osd
- The object to destroy.
RETURN VALUE
On success 1 is returned, otherwise 0 is returned and xosd_error is set to indicate the reason for the error.
ENVIRONMENT
- char *xosd_error
- A string to a text string describing the error, if one occurred.
HISTORY
The xosd_destroy function first appeared in version 2.0 of the XOSD library, replacing the now depricated xosd_uninit function.
AUTHORS
The XOSD library was originally written by Andr� Renaud, and is currenly maintained by Tim Wright. This document was written by Michael JasonSmith.
BUGS
There are no known bugs with xosd_destroy. Bug reports can be sent to <xosd@ignavus.net>.
SEE ALSO
xosd_create(3).