Add clipboard.readImage method

This commit is contained in:
Cheng Zhao 2015-02-11 14:55:44 +08:00
parent 878d25e91e
commit b76615f3e7
2 changed files with 11 additions and 2 deletions

View file

@ -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