Expand description
Copying and clearing clipboard contents.
Structsยง
- Data
Source ๐ - Data
Source ๐Storage - An inner source of data in-memory.
- 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.
- State ๐
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.
Constantsยง
- TEXT_
PLAIN_ ๐MIME
Functionsยง
- clear
- Clears the clipboard for the given seat.
- clear_
internal ๐ - copy
- Copies data to the clipboard.
- copy_
internal ๐ - copy_
multi - Copies data to the clipboard, offering multiple data sources.
- get_
devices ๐ - make_
source ๐ - prepare_
copy - Prepares a data copy to the clipboard.
- prepare_
copy_ ๐internal - prepare_
copy_ multi - Prepares a data copy to the clipboard, offering multiple data sources.