ScriptMessageReply
Object Hierarchy:
Description:
[ CCode ( ref_function = "webkit_script_message_reply_ref" , type_id = "webkit_script_message_reply_get_type ()" , unref_function = "webkit_script_message_reply_unref" ) ]
[ Compact ]
[ Version ( since = "2.40" ) ]
public class ScriptMessageReply
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.
Content:
Methods:
- public unowned ScriptMessageReply @ref ()
Atomically increments the reference count of
this by one.
- public void return_error_message (string error_message)
Reply to a script message with an error message.
- public void return_value (Value reply_value)
Reply to a script message with a value.
- public void unref ()
Atomically decrements the reference count of
this by one.