WebKit2.ScriptMessageReply (original) (raw)

WebKit2

API Version: 4.1

Library Version: 2.42.5

Type

ScriptMessageReply

Instance methods

ref return_error_message return_value unref

Generated by gi-docgen 2023.4

Struct

WebKit2ScriptMessageReply

since: 2.40

Description [src]


struct WebKitScriptMessageReply {
  /* No available fields */
}

A reply for a script message received. If no reply has been sent by the user, an automatically generated reply with undefined value with be sent.

Available since: 2.40

Instance methods

webkit_script_message_reply_ref

Atomically increments the reference count of script_message_reply by one.

since: 2.40

webkit_script_message_reply_return_error_message

Reply to a script message with an error message.

since: 2.40

webkit_script_message_reply_return_value

Reply to a script message with a value.

since: 2.40

webkit_script_message_reply_unref

Atomically decrements the reference count of script_message_reply by one.

since: 2.40

Content