diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
commit | 2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch) | |
tree | c62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtGetSelectionValue.man | |
parent | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff) | |
parent | 965bc251c1d8391e672f277686254299627d4e3c (diff) |
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.man | 14 |
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__), |