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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user