~ubuntu-branches/ubuntu/dapper/libdmx/dapper

« back to all changes in this revision

Viewing changes to man/DMXSync.3

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-20 17:43:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051220174344-iof7fs6a56ktvexl
Tags: 1:1.0.0-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $XFree86$
2
 
.\"
3
 
.\" Copyright 2004 Red Hat Inc., Durham, North Carolina.
4
 
.\" All Rights Reserved.
5
 
.\"
6
 
.\" Permission is hereby granted, free of charge, to any person obtaining
7
 
.\" a copy of this software and associated documentation files (the
8
 
.\" "Software"), to deal in the Software without restriction, including
9
 
.\" without limitation on the rights to use, copy, modify, merge,
10
 
.\" publish, distribute, sublicense, and/or sell copies of the Software,
11
 
.\" and to permit persons to whom the Software is furnished to do so,
12
 
.\" subject to the following conditions:
13
 
.\"
14
 
.\" he above copyright notice and this permission notice (including the
15
 
.\" next paragraph) shall be included in all copies or substantial
16
 
.\" portions of the Software.
17
 
.\"
18
 
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
 
.\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
 
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
 
.\" NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
22
 
.\" BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
23
 
.\" ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
24
 
.\" CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
 
.\" SOFTWARE.
26
 
.TH DMXSync 3X __vendorversion__
27
 
.SH NAME
28
 
DMXSync \- flush protocol requests between Xdmx and back-end X servers
29
 
.SH SYNOPSIS
30
 
.B #include <X11/extensions/dmxext.h>
31
 
.sp
32
 
.nf
33
 
.BI "Bool DMXSync(Display " *dpy );
34
 
.fi
35
 
.SH DESCRIPTION
36
 
.B DMXSync()
37
 
flushes all pending protocol requests between the
38
 
.BR Xdmx (1)
39
 
server and each back-end X server.  It is used by clients that talk
40
 
directly to back-end X servers to ensure that all pending
41
 
.BR Xdmx (1)
42
 
requests have reached all back-end servers and have been processed by
43
 
those servers.
44
 
.SH "RETURN VALUE"
45
 
.B DMXSync()
46
 
returns
47
 
.BR True
48
 
unless there is a protocol error.
49
 
.SH "SEE ALSO"
50
 
.BR DMX "(3X), " Xdmx (1)