syscall: ashet.gui.clipboard.get_value
Documentation
Returns the current clipboard value as the provided mime type. The os provides a conversion if possible, otherwise returns an error. The returned memory for value is owned by the process and must be freed with process.memory.release.
Inputs
desktop: Desktopmime: str
Outputs
value: []const u8
Errors
InvalidHandleSystemResourcesConversionFailedClipboardEmpty