user_message_received


Description:

public signal void user_message_received (UserMessage message)

This signal is emitted when a UserMessage is received from the WebKitWebContext corresponding to extension.

Messages sent by WebKitWebContext are always broadcasted to all web extensions and they can't be replied to. Calling send_reply will do nothing.

Parameters:

message

the UserMessage received