xenocara/lib/libXv/man/XvUngrabPort.man

41 lines
1.1 KiB
Groff
Raw Normal View History

2006-11-25 11:01:46 -07:00
.TH XvUngrabPort __libmansuffix__ __vendorversion__
.SH Name
XvUngrabPort \- release port grabbed for video operation
.\"
.SH Syntax
2008-05-24 07:46:47 -06:00
.B #include <X11/extensions/Xvlib.h>
.sp
.nf
.BI "XvUngrabPort(Display *" dpy ", XvPortID " port ", Time " time ");"
.fi
2006-11-25 11:01:46 -07:00
.SH Arguments
.\"
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.
.\"
.SH Description
XvUngrabPort(__libmansuffix__) releases a grabbed port. If \fItime\fR specifies a
time before the last XvGrabPort(__libmansuffix__) was executed, the
request is ignored.
.\"
.SH Returned Values
.IP [Success] 8
Returned if XvUngrabPort(__libmansuffix__) completed successfully.
.IP [XvBadExtension] 8
Returned if the Xv extension is unavailable.
.IP [XvBadAlloc] 8
Returned if XvUngrabPort(__libmansuffix__) failed to allocate memory to process
the request.
.SH Diagnostics
.IP [XvBadPort] 8
Generated if the requested port does not exist.
.SH See Also
.\"
XvGrabPort(__libmansuffix__)
.br