Docs
This commit is contained in:
parent
2fb196dd6a
commit
670ceec56a
|
@ -9,10 +9,13 @@ go get git.wow.st/gmp/clip
|
|||
## API:
|
||||
|
||||
```go
|
||||
|
||||
// Clear clears the general pasteboard
|
||||
func Clear()
|
||||
|
||||
// Set puts a string on the pasteboard, returning true if successful
|
||||
func Set(string) bool
|
||||
|
||||
// Get retrieves the string currently on the pasteboard.
|
||||
func Get() string
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user