Method

ValentChannelclose_async

unstable since: 1.0

Declaration [src]

void
valent_channel_close_async (
  ValentChannel* channel,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Close the channel asynchronously.

Call valent_channel_close_finish() to get the result.

Available since: 1.0

Parameters

cancellable

Type: GCancellable

A GCancellable

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

Type: GAsyncReadyCallback

A GAsyncReadyCallback

The argument can be NULL.
user_data

Type: gpointer

User supplied data.

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