Liking cljdoc? Tell your friends :D

chromex.ext.cloud-print-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

get-client-idclj/smacro

(get-client-id)

Gets the Client ID used to access Google service APIs.

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

|result| - Client ID.

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.

Gets the Client ID used to access Google service APIs.

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

  |result| - Client ID.

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-client-id*cljs

(get-client-id* config)
source

get-host-nameclj/smacro

(get-host-name)

Returns local hostname.

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

|result| - Host name.

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.

Returns local hostname.

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

  |result| - Host name.

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-host-name*cljs

(get-host-name* config)
source

get-printersclj/smacro

(get-printers)

Returns local printers.

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

|result| - List of printer names.

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.

Returns local printers.

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

  |result| - List of printer names.

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-printers*cljs

(get-printers* config)
source

setup-connectorclj/smacro

(setup-connector user-email robot-email credentials user-settings)

Setup Cloud Print Connector.

|user-email| - The email address of the user. |robot-email| - The email address of the robot account. |credentials| - The login credentials(OAuth2 Auth code). |user-settings| - Options configured by user.

Setup Cloud Print Connector.

|user-email| - The email address of the user.
|robot-email| - The email address of the robot account.
|credentials| - The login credentials(OAuth2 Auth code).
|user-settings| - Options configured by user.
sourceraw docstring

setup-connector*cljs

(setup-connector* config user-email robot-email credentials user-settings)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.cloud-print-private namespace.

Taps all valid non-deprecated events in chromex.ext.cloud-print-private namespace.
sourceraw docstring

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

× close