Method
WebKit2WebExtensionDOMDOMWindowwebkit_message_handlers_post_message
deprecated: 2.22 since: 2.8
Declaration [src]
gboolean
webkit_dom_dom_window_webkit_message_handlers_post_message (
WebKitDOMDOMWindow* window,
const gchar* handler,
const gchar* message
)
Description
No description available.
Available since: 2.8
Deprecated since: 2.22
Use JavaScriptCore API instead.
Parameters
handler-
Type:
const gchar*Name of the user message handler.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. message-
Type:
const gchar*JavaScript value to be sent.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.