Method

SnapdClientbuy_async

since: 1.3

Declaration [src]

void
snapd_client_buy_async (
  SnapdClient* client,
  const gchar* id,
  gdouble amount,
  const gchar* currency,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Asynchronously buy a snap from the store. See snapd_client_buy_sync() for more information.

Available since: 1.3

This method completes asynchronously. Use snapd_client_buy_finish() inside the GAsyncReadyCallback to obtain the result of the operation.

Parameters

id

Type: const gchar*

Id of snap to buy.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
amount

Type: gdouble

Amount of currency to spend, e.g. 0.99.

currency

Type: const gchar*

The currency to buy with as an ISO 4217 currency code, e.g. “NZD”.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
cancellable

Type: GCancellable

A GCancellable or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

A GAsyncReadyCallback to call when the request is satisfied.

The argument can be NULL.
user_data

Type: gpointer

The data to pass to callback function.

The argument can be NULL.
The data is owned by the caller of the method.