summaryrefslogtreecommitdiff
path: root/man/XtGetSelectionValueIncremental.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
committerWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
commit2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch)
treec62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtGetSelectionValueIncremental.man
parent4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff)
parent965bc251c1d8391e672f277686254299627d4e3c (diff)
downloadxorg-lib-libXt-2b26e9a5473e399c81ae11b98d1f0b38393dbd8c.tar.gz
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts: man/XtManageChildren.man
Diffstat (limited to 'man/XtGetSelectionValueIncremental.man')
-rw-r--r--man/XtGetSelectionValueIncremental.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtGetSelectionValueIncremental.man b/man/XtGetSelectionValueIncremental.man
index 662b3cb..cfce3b3 100644
--- a/man/XtGetSelectionValueIncremental.man
+++ b/man/XtGetSelectionValueIncremental.man
@@ -90,9 +90,9 @@ Specifies the timestamp that indicates when the selection value is desired.
Specifies the widget that is making the request.
.SH DESCRIPTION
The
-.BR XtGetSelectionValueIncremental
+.B XtGetSelectionValueIncremental
function is similar to
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
except that the \fIselection_callback\fP procedure will be called
repeatedly upon delivery of multiple segments of the selection value.
The end of the selection value is indicated when \fIselection_callback\fP
@@ -101,7 +101,7 @@ freed by the client. If the transfer of the selection is aborted in the
middle of a transfer (for example, because to timeout), the
\fIselection_callback\fP procedure is called with a type value equal
to the symbolic constant
-.BR XT_CONVERT_FAIL
+.B XT_CONVERT_FAIL
so that the requestor can dispose of the partial selection value it has
collected up until that point. Upon receiving
.BR XT_CONVERT_FAIL ,
@@ -109,19 +109,19 @@ the requesting client must determine for itself whether or not a
partially completed transfer is meaningful.
.LP
The
-.BR XtGetSelectionValuesIncremental
+.B XtGetSelectionValuesIncremental
function is similar to
-.BR XtGetSelectionValueIncremental
+.B XtGetSelectionValueIncremental
except that it takes a list of target types and a list of client data
and obtains the current value of the selection converted to each of the targets.
The effect is as if each target were specified in a separate call to
.BR XtGetSelectionValueIncremental .
The callback is called once with the corresponding client data for each target.
-.BR XtGetSelectionValuesIncremental
+.B XtGetSelectionValuesIncremental
does guarantee that all the conversions will use the same selection value
because the ownership of the selection cannot change in the middle of the list,
as would be when calling
-.BR XtGetSelectionValueIncremental
+.B XtGetSelectionValueIncremental
repeatedly.
.SH "SEE ALSO"
.br