Liking cljdoc? Tell your friends :D

chromex.ext.wallpaper

clj

Use the chrome.wallpaper API to change the ChromeOS wallpaper.

Use the chrome.wallpaper API to change the ChromeOS wallpaper.

* available since Chrome 34
* https://developer.chrome.com/extensions/wallpaper
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

set-wallpaperclj/smacro

(set-wallpaper details)

Sets wallpaper to the image at url or wallpaperData with the specified layout

|details| - https://developer.chrome.com/extensions/wallpaper#property-setWallpaper-details.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [thumbnail] where:

|thumbnail| - The jpeg encoded wallpaper thumbnail. It is generated by resizing the wallpaper to 128x60.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

https://developer.chrome.com/extensions/wallpaper#method-setWallpaper.

Sets wallpaper to the image at url or wallpaperData with the specified layout

  |details| - https://developer.chrome.com/extensions/wallpaper#property-setWallpaper-details.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [thumbnail] where:

  |thumbnail| - The jpeg encoded wallpaper thumbnail. It is generated by resizing the wallpaper to 128x60.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.

https://developer.chrome.com/extensions/wallpaper#method-setWallpaper.
sourceraw docstring

set-wallpaper*cljs

(set-wallpaper* config details)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.wallpaper namespace.

Taps all valid non-deprecated events in chromex.ext.wallpaper namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close