Method

SnapdClientget_connections2_async

since: 1.49

Declaration [src]

void
snapd_client_get_connections2_async (
  SnapdClient* client,
  SnapdGetConnectionsFlags flags,
  const gchar* snap,
  const gchar* interface,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Asynchronously get the installed snap connections. See snapd_client_get_connections_sync() for more information.

Available since: 1.49

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

Parameters

flags

Type: SnapdGetConnectionsFlags

A set of SnapdGetConnectionsFlags to control what results are returned.

snap

Type: const gchar*

The name of the snap to get connections for or NULL for all snaps.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
interface

Type: const gchar*

The name of the interface to get connections for or NULL for all interfaces.

The argument can be NULL.
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.