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