|
NAMExosd_uninit - Destroy a XOSD windowSYNOPSIS#include <xosd.h>int xosd_uninit (xosd* osd);
DESCRIPTIONxosd_uninit destroys an existing xosd window, freeing the memory.ARGUMENTS
RETURN VALUEOn success, a zero is returned. On error, -1 is returned.SEE ALSOxosd_init(3)
Visit the GSP FreeBSD Man Page Interface. |