Method
SnapdClientlist_one_async
deprecated: 1.42 since: 1.0
Declaration [src]
void
snapd_client_list_one_async (
  SnapdClient* client,
  const gchar* name,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Asynchronously get information of a single installed snap.
See snapd_client_list_one_sync() for more information.
Available since: 1.0
Deprecated since: 1.42
Use snapd_client_get_snap_async().
This method completes asynchronously. Use snapd_client_list_one_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- name
- 
            Type: const gchar*Name of snap to get. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- cancellable
- 
            Type: GCancellableA GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallbackto call when the request is satisfied.The argument can be NULL.
- user_data
- 
            Type: gpointerThe data to pass to callback function. The argument can be NULL.The data is owned by the caller of the method.