Description
Applications can access the system clipboard through a lightweight cross-platform C library. This helps tools copy and paste text or data without writing separate clipboard code for each desktop platform.
It is clipboard integration support, not a clipboard manager. Clipboard contents may include passwords or private data, so applications should access it only when the user expects it.