summaryrefslogtreecommitdiff
path: root/man/XtGetSelectionValue.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/XtGetSelectionValue.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/XtGetSelectionValue.man')
-rw-r--r--man/XtGetSelectionValue.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtGetSelectionValue.man b/man/XtGetSelectionValue.man
index da37a63..32e2131 100644
--- a/man/XtGetSelectionValue.man
+++ b/man/XtGetSelectionValue.man
@@ -91,30 +91,30 @@ Specifies the timestamp that indicates when the selection value is desired.
Specifies the widget that is making the request.
.SH DESCRIPTION
The
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
function requests the value of the selection that has been converted to
the target type.
The specified callback will be called some time after
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
is called;
in fact, it may be called before or after
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
returns.
.LP
The
-.BR XtGetSelectionValues
+.B XtGetSelectionValues
function is similar to
-.BR XtGetSelectionValue
+.B XtGetSelectionValue
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 XtGetSelectionValue .
The callback is called once with the corresponding client data for each target.
-.BR XtGetSelectionValues
+.B XtGetSelectionValues
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 XtGetSelectionValue
+.B XtGetSelectionValue
repeatedly.
.SH "SEE ALSO"
XtAppGetSelectionTimeout(__libmansuffix__),