Expand description
Copying and clearing clipboard contents.
Structs§
- Mime
Source - Source for copying, with a MIME type.
- Options
- Options and flags that are used to customize the copying.
- Prepared
Copy - A copy operation ready to start serving requests.
Enums§
- Clipboard
Type - The clipboard to operate on.
- Data
Source Error - Error
- Errors that can occur for copying and clearing the clipboard.
- Mime
Type - MIME type to offer the copied data under.
- Seat
- Seat to operate on.
- Serve
Requests - Number of paste requests to serve.
- Source
- Source for copying.
- Source
Creation Error - Errors that can occur for copying the source data to a temporary file.
Functions§
- clear
- Clears the clipboard for the given seat.
- copy
- Copies data to the clipboard.
- copy_
multi - Copies data to the clipboard, offering multiple data sources.
- prepare_
copy - Prepares a data copy to the clipboard.
- prepare_
copy_ multi - Prepares a data copy to the clipboard, offering multiple data sources.