Method

WebKit2WebExtensionDOMDOMWindowwebkit_message_handlers_post_message

Declaration [src]

gboolean
webkit_dom_dom_window_webkit_message_handlers_post_message (
  WebKitDOMDOMWindow* window,
  const gchar* handler,
  const gchar* message
)

Description

No description available.

Parameters

handler

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
message

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

No description available.