Method
ValentChannelupload_async
unstable since: 1.0
Declaration [src]
void
valent_channel_upload_async (
ValentChannel* channel,
JsonNode* packet,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Accept an auxiliary connection, usually to upload data.
This is a non-blocking variant of valent_channel_upload(). Call
valent_channel_upload_finish() to get the result.
The default implementation of this method invokes
Valent.ChannelClass.upload in a thread.
Available since: 1.0
This method completes asynchronously. Use valent_channel_upload_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
packet-
Type:
JsonNodeA KDE Connect packet.
The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallback.The argument can be NULL. user_data-
Type:
gpointerUser supplied data.
The argument can be NULL.The data is owned by the caller of the method.