Liking cljdoc? Tell your friends :D

chromex.ext.chromeos-info-private

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

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

getclj/smacro

(get property-names)

Fetches customization values for the given property names. See property names in the declaration of the returned dictionary.

|property-names| - Chrome OS Property names

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 [properties-dictionary] where:

|properties-dictionary| - Dictionary which contains all requested properties

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.

Fetches customization values for the given property names. See property names in the declaration of the returned
dictionary.

  |property-names| - Chrome OS Property names

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 [properties-dictionary] where:

  |properties-dictionary| - Dictionary which contains all requested properties

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.
sourceraw docstring

get*cljs

(get* config property-names)
source

setclj/smacro

(set property-name property-value)

Sets values for the given system property.

|property-name| - Chrome OS system property name |property-value| - Chrome OS system property value

Sets values for the given system property.

|property-name| - Chrome OS system property name
|property-value| - Chrome OS system property value
sourceraw docstring

set*cljs

(set* config property-name property-value)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.chromeos-info-private namespace.

Taps all valid non-deprecated events in chromex.ext.chromeos-info-private namespace.
sourceraw docstring

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

× close