Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3xv/./XvUngrabPort.3xv
Real path: /usr/share/man/man3xv/XvUngrabPort.3xv
Zurück
'\" te .TH XvUngrabPort 3xv "libXv 1.0.12" "X Version 11" "libXv Functions" .SH NAME XvUngrabPort \- release port grabbed for video operation .\" .SH SYNOPSIS .B #include <X11/extensions/Xvlib.h> .sp .nf .BI "int XvUngrabPort(Display *" dpy ", XvPortID " port ", Time " time ");" .fi .SH ARGUMENTS .\" .IP \fIdpy\fR 8 Specifies the connection to the X server. .IP \fIport\fR 8 Specifies the port to be released. If the port had not been previously grabbed, the request is ignored. .IP \fItime\fR 8 Specifies the request timestamp. .\" .SH DESCRIPTION .BR XvUngrabPort (3xv) releases a grabbed port. If \fItime\fR specifies a time before the last .BR XvGrabPort (3xv) was executed, the request is ignored. .\" .SH RETURN VALUES .IP [Success] 8 Returned if .BR XvUngrabPort (3xv) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 Returned if .BR XvUngrabPort (3xv) failed to allocate memory to process the request. .SH DIAGNOSTICS .IP [XvBadPort] 8 Generated if the requested port does not exist. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability x11/library/libxv = Stability Volatile .TE .PP .SH SEE ALSO .\" .BR XvGrabPort (3xv) .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://www.x.org/releases/individual/lib/libXv-1.0.12.tar.xz. Further information about this software can be found on the open source community website at https://www.x.org.