⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module clipboard

Module clipboard 

Source
Expand description

Clipboard Protocol

Wayland wl_data_device compatible clipboard with MIME type negotiation, primary selection, and history.

Structs§

ClipboardEntry
A single clipboard entry with data and associated MIME types.
ClipboardManager
Clipboard manager with history and primary selection support.

Enums§

ClipboardError
Errors that can occur during clipboard operations.
ClipboardMime
MIME types supported by the clipboard.
SelectionType
Selection type for X11-style selections.