Provided by: libxosd-dev_2.2.14-2.1_amd64 bug

NAME

       xosd_uninit - Destroy a XOSD window

SYNOPSIS

       #include <xosd.h>

       int xosd_uninit (xosd* osd);

DESCRIPTION

       xosd_uninit destroys an existing xosd window, freeing the memory.

ARGUMENTS

       osd       The on-screen display object to act on.

RETURN VALUE

       On success, a zero is returned.  On error, -1 is returned.

SEE ALSO

       xosd_init(3).