Liking cljdoc? Tell your friends :D

chromex.app.wallpaper-private

clj
  • available since Chrome 27
  * available since Chrome 27
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

on-wallpaper-changed-by3rd-party*cljs

(on-wallpaper-changed-by3rd-party* config channel & args)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

tap-on-wallpaper-changed-by3rd-party-eventsclj/smacro

(tap-on-wallpaper-changed-by3rd-party-events channel & args)

This event is sent when the current wallpaper was set by a third party application.

Events will be put on the |channel| with signature [::on-wallpaper-changed-by3rd-party [wallpaper thumbnail layout app-name]] where:

|wallpaper| - The third party custom wallpaper data. |thumbnail| - The third party custom wallpaper thumbnail data. |layout| - ? |app-name| - The third party wallpaper app name.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

This event is sent when the current wallpaper was set by a third party application.

Events will be put on the |channel| with signature [::on-wallpaper-changed-by3rd-party [wallpaper thumbnail layout
app-name]] where:

  |wallpaper| - The third party custom wallpaper data.
  |thumbnail| - The third party custom wallpaper thumbnail data.
  |layout| - ?
  |app-name| - The third party wallpaper app name.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

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

× close