Add clipboard.readImage method
This commit is contained in:
parent
878d25e91e
commit
b76615f3e7
2 changed files with 11 additions and 2 deletions
|
@ -9,4 +9,5 @@ else
|
|||
read: (format, type='standard') -> binding._read format, type
|
||||
readText: (type='standard') -> binding._readText type
|
||||
writeText: (text, type='standard') -> binding._writeText text, type
|
||||
readImage: (type='standard') -> binding._readImage type
|
||||
clear: (type='standard') -> binding._clear type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue