1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: fix macos C function definitions

This commit is contained in:
Alexander Medvednikov
2021-01-31 13:57:06 +01:00
parent ae60ea4ed5
commit 9638013203
3 changed files with 9 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ fn C.darwin_new_pasteboard() voidptr
fn C.darwin_get_pasteboard_text(voidptr) byteptr
fn C.darwin_set_pasteboard_text(string) bool
fn C.darwin_set_pasteboard_text(voidptr, string) bool
fn new_clipboard() &Clipboard {
cb := &Clipboard{