summaryrefslogtreecommitdiff
path: root/lib/libXv/man/XvSelectVideoNotify.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libXv/man/XvSelectVideoNotify.man')
-rw-r--r--lib/libXv/man/XvSelectVideoNotify.man37
1 files changed, 21 insertions, 16 deletions
diff --git a/lib/libXv/man/XvSelectVideoNotify.man b/lib/libXv/man/XvSelectVideoNotify.man
index f9cbab533..096d006e6 100644
--- a/lib/libXv/man/XvSelectVideoNotify.man
+++ b/lib/libXv/man/XvSelectVideoNotify.man
@@ -1,14 +1,14 @@
-.TH XvSelectVideoNotify __libmansuffix__ __vendorversion__
-.SH Name
+.TH XvSelectVideoNotify __libmansuffix__ __vendorversion__ "libXv Functions"
+.SH NAME
XvSelectVideoNotify \- enable or disable VideoNotify events
.\"
-.SH Syntax
+.SH SYNOPSIS
.B #include <X11/extensions/Xvlib.h>
.sp
.nf
-.BI "XvSelectVideoNotify(Display *" dpy ", Drawable " drawable ", Bool " onoff ");"
+.BI "int XvSelectVideoNotify(Display *" dpy ", Drawable " drawable ", Bool " onoff ");"
.fi
-.SH Arguments
+.SH ARGUMENTS
.IP \fIdpy\fR 15
Specifies the connection to the X server.
.IP \fIdrawable\fR 15
@@ -16,22 +16,27 @@ Defines the drawable in which video activity is to be reported.
.IP \fIonoff\fR 15
Selects whether video notification is enabled or disabled.
.\"
-.SH Description
-XvSelectVideoNotify(__libmansuffix__) enables or disables events to be reported for
-video activity in a drawable.
+.SH DESCRIPTION
+.BR XvSelectVideoNotify (__libmansuffix__)
+enables or disables
+.BR XvVideoNotify (__libmansuffix__)
+events to be reported for video activity in a drawable.
.\"
-.SH Returned Values
+.SH RETURN VALUES
.IP [Success] 8
-Returned if XvSelectVideoNotify(__libmansuffix__) completed successfully.
+Returned if
+.BR XvSelectVideoNotify (__libmansuffix__)
+completed successfully.
.IP [XvBadExtension] 8
Returned if the Xv extension is unavailable.
.IP [XvBadAlloc] 8
-Returned if XvSelectVideoNotify(__libmansuffix__) failed to allocate memory to process
-the request.
-.SH Diagnostics
+Returned if
+.BR XvSelectVideoNotify (__libmansuffix__)
+failed to allocate memory to process the request.
+.SH DIAGNOSTICS
.IP [BadDrawable] 8
Generated if the requested drawable does not exist.
-.SH See Also
+.SH SEE ALSO
.\"
-XvVideoNotify
-.br
+.BR XvVideoNotify (__libmansuffix__)
+