summaryrefslogtreecommitdiff
path: root/cocoa/selection.h
blob: 14b6e763fabbd05c9fb60da8dafec2baf26d9a78 (plain)
1
2
void gui_get_clipboard(char **buffer, size_t *length);
void gui_set_clipboard(const char *buffer, size_t length, nsclipboard_styles styles[], int n_styles);