![]() |
![]()
| ![]() |
![]()
NAMExosd_destroy - Destroy an XOSD object SYNOPSIS#include <xosd.h> int xosd_destroy (xosd *osd); DESCRIPTIONxosd_destroy destroys an XOSD object freeing up any memory used. The osd object must have been created by xosd_create(3xosd). ARGUMENTS
RETURN VALUEOn success 1 is returned, otherwise 0 is returned and xosd_error is set to indicate the reason for the error. ENVIRONMENT
HISTORYThe xosd_destroy function first appeared in version 2.0 of the XOSD library, replacing the now depricated xosd_uninit function. AUTHORSThe XOSD library was originally written by André Renaud, and is currenly maintained by Tim Wright. This document was written by Michael JasonSmith. BUGSThere are no known bugs with xosd_destroy. Bug reports can be sent to <xosd@ignavus.net>. SEE ALSOxosd_create(3xosd)
|