.\" Hey Emacs! This file is -*- nroff -*- source. .TH xosd_get_number_lines 3xosd "2002-06-25" "X OSD Library" .SH NAME xosd_get_number_lines - Retrieve the number of lines the xosd object was initialized to display .SH SYNOPSIS .B #include .sp .BI "int xosd_get_number_lines(xosd* " osd ); .fi .SH DESCRIPTION .BI xosd_get_number_lines will get the number of lines the xosd object was initialized to display. .SH ARGUMENTS .IP \fIosd\fP 1i The on-screen display object to act on. .SH "SEE ALSO" .BR xosd_init (3xosd),