xenocara/lib/libXv/man/XvUngrabPort.man

44 lines
1.1 KiB
Groff
Raw Normal View History

2009-10-31 12:54:56 -06:00
.TH XvUngrabPort __libmansuffix__ __vendorversion__ "libXv Functions"
.SH NAME
2006-11-25 11:01:46 -07:00
XvUngrabPort \- release port grabbed for video operation
.\"
2009-10-31 12:54:56 -06:00
.SH SYNOPSIS
2008-05-24 07:46:47 -06:00
.B #include <X11/extensions/Xvlib.h>
.sp
.nf
2009-10-31 12:54:56 -06:00
.BI "int XvUngrabPort(Display *" dpy ", XvPortID " port ", Time " time ");"
2008-05-24 07:46:47 -06:00
.fi
2009-10-31 12:54:56 -06:00
.SH ARGUMENTS
2006-11-25 11:01:46 -07:00
.\"
2008-05-24 07:46:47 -06:00
.IP \fIdpy\fR 8
2006-11-25 11:01:46 -07:00
Specifies the connection to the X server.
2008-05-24 07:46:47 -06:00
.IP \fIport\fR 8
2006-11-25 11:01:46 -07:00
Specifies the port to be released. If the port had not been
previously grabbed, the request is ignored.
2008-05-24 07:46:47 -06:00
.IP \fItime\fR 8
2006-11-25 11:01:46 -07:00
Specifies the request timestamp.
.\"
2009-10-31 12:54:56 -06:00
.SH DESCRIPTION
.BR XvUngrabPort (__libmansuffix__)
releases a grabbed port. If \fItime\fR specifies a time before the last
.BR XvGrabPort (__libmansuffix__)
was executed, the request is ignored.
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.SH RETURN VALUES
2006-11-25 11:01:46 -07:00
.IP [Success] 8
2009-10-31 12:54:56 -06:00
Returned if
.BR XvUngrabPort (__libmansuffix__)
completed successfully.
2006-11-25 11:01:46 -07:00
.IP [XvBadExtension] 8
Returned if the Xv extension is unavailable.
.IP [XvBadAlloc] 8
2009-10-31 12:54:56 -06:00
Returned if
.BR XvUngrabPort (__libmansuffix__)
failed to allocate memory to process the request.
.SH DIAGNOSTICS
2006-11-25 11:01:46 -07:00
.IP [XvBadPort] 8
Generated if the requested port does not exist.
2009-10-31 12:54:56 -06:00
.SH SEE ALSO
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.BR XvGrabPort (__libmansuffix__)