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: SnapdGetConnectionsFlagsA set of SnapdGetConnectionsFlagsto control what results are returned.
- snap
- 
            Type: const gchar*The name of the snap to get connections for or NULLfor 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 NULLfor 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: 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.