Method
WebKit2UserMessagesend_reply
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 | WebKitUserMessage | 
| A  | |
| The data is owned by the caller of the function. |