Method
WebKit2UserMessagesend_reply
since: 2.28
Declaration [src]
void
webkit_user_message_send_reply (
WebKitUserMessage* message,
WebKitUserMessage* reply
)
Description [src]
Send a reply to an user message.
If reply
is floating, it’s consumed.
You can only send a reply to a WebKitUserMessage
that has been received.
Available since: 2.28
Parameters
reply
-
Type:
WebKitUserMessage
A
WebKitUserMessage
to send as reply.The data is owned by the caller of the function.