xosd_show(3) debian man page | unix.com

Man Page: xosd_show

Operating Environment: debian

Section: 3

xosd_show(3)						     Library Functions Manual						      xosd_show(3)

NAME
xosd_show - make the XOSD window visible
SYNOPSIS
#include <xosd.h> int xosd_show (xosd* osd);
DESCRIPTION
Call xosd_show to redisplay the data that has been previously displayed using xosd_display(3).
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), xosd_display(3), xosd_hide(3). X OSD Library 2002-06-25 xosd_show(3)
Related Man Pages
xosd-config(1) - debian
xosd_create(3) - debian
xosd(3) - debian
xosd_set_bar_length(3) - debian
xosd(3) - suse
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com