Virtual Method
PurpleProtocolConversationsend_message_async
unstable since: 3.0
Declaration [src]
void
send_message_async (
PurpleProtocolConversation* protocol,
PurpleConversation* conversation,
PurpleMessage* message,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Parameters
conversation-
Type:
PurpleConversationThe conversation to send a message to.
The data is owned by the caller of the method. message-
Type:
PurpleMessageThe message to send.
The data is owned by the caller of the method. cancellable-
Type:
GCancellableOptional GCancellable object,
NULLto ignore.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackThe callback to call after the message has been sent.
data-
Type:
gpointerOptional user data to pass to
callback.The argument can be NULL.The data is owned by the caller of the method.