Virtual Method
ValentMessagesAdaptersend_message
unstable since: 1.0
Declaration [src]
void
send_message (
ValentMessagesAdapter* adapter,
ValentMessage* message,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Send message
via adapter
.
Call valent_messages_adapter_send_message_finish()
to get the result.
Available since: 1.0
Parameters
message
-
Type:
ValentMessage
The message to send.
The data is owned by the caller of the method. 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
. user_data
-
Type:
gpointer
User supplied data.
The argument can be NULL
.The data is owned by the caller of the method.