mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-01-04 03:50:13 +01:00
Clarify that data sources can only be used once
This commit is contained in:
parent
caf9c74946
commit
06b41b7ff4
1 changed files with 6 additions and 0 deletions
|
|
@ -83,6 +83,9 @@
|
|||
This request asks the compositor to set the selection to the data from
|
||||
the source on behalf of the client.
|
||||
|
||||
The given source may not be used in any further set_selection or
|
||||
set_primary_selection requests.
|
||||
|
||||
To unset the selection, set the source to NULL.
|
||||
</description>
|
||||
<arg name="source" type="object" interface="zwlr_data_control_source_v1"
|
||||
|
|
@ -162,6 +165,9 @@
|
|||
This request asks the compositor to set the primary selection to the
|
||||
data from the source on behalf of the client.
|
||||
|
||||
The given source may not be used in any further set_selection or
|
||||
set_primary_selection requests.
|
||||
|
||||
To unset the primary selection, set the source to NULL.
|
||||
|
||||
The compositor will ignore this request if it does not support primary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue