~ubuntu-branches/debian/squeeze/libxv/squeeze

« back to all changes in this revision

Viewing changes to man/XvUngrabPort.man

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow
  • Date: 2006-09-25 20:17:05 UTC
  • Revision ID: james.westby@ubuntu.com-20060925201705-o5vqinq0rqdc7obb
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH XvUngrabPort __libmansuffix__ __vendorversion__
 
2
.\" $XFree86: xc/doc/man/Xv/XvUngrabPort.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
 
3
.SH Name
 
4
XvUngrabPort \- release port grabbed for video operation
 
5
.\"
 
6
.SH Syntax
 
7
\fB#include <X11/extensions/Xvlib.h>
 
8
.sp 1l
 
9
XvUngrabPort(\fIdpy, port, time\fR)
 
10
.sp 1l
 
11
\fBDisplay \fI*dpy\fR;
 
12
.br
 
13
\fBXvPortID \fIport\fR;
 
14
.br
 
15
\fBTime \fItime\fR;
 
16
.SH Arguments
 
17
.\"
 
18
.IP \fIdpy\fR 15
 
19
Specifies the connection to the X server.
 
20
.IP \fIport\fR 15
 
21
Specifies the port to be released.  If the port had not been
 
22
previously grabbed, the request is ignored.
 
23
.IP \fItime\fR 15
 
24
Specifies the request timestamp.
 
25
.\"
 
26
.SH Description
 
27
XvUngrabPort(__libmansuffix__) releases a grabbed port.  If \fItime\fR specifies a
 
28
time before the last XvGrabPort(__libmansuffix__) was executed, the
 
29
request is ignored.
 
30
.\"
 
31
.SH Returned Values
 
32
.IP [Success] 8
 
33
Returned if XvUngrabPort(__libmansuffix__) completed successfully.
 
34
.IP [XvBadExtension] 8
 
35
Returned if the Xv extension is unavailable.
 
36
.IP [XvBadAlloc] 8
 
37
Returned if XvUngrabPort(__libmansuffix__) failed to allocate memory to process
 
38
the request.
 
39
.SH Diagnostics
 
40
.IP [XvBadPort] 8
 
41
Generated if the requested port does not exist.
 
42
.SH See Also
 
43
.\"
 
44
XvGrabPort(__libmansuffix__)
 
45
.br