mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-01 18:37:10 +03:00
3 lines
157 B
C
3 lines
157 B
C
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);
|