xosd_uninit(3) - Linux man page

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)