UserMessage
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_user_message_get_type ()" ) ]
[ Version ( since = "2.28" ) ]
public sealed class UserMessage : InitiallyUnowned
[ Version ( since = "2.28" ) ]
public sealed class UserMessage : InitiallyUnowned
Message that can be sent between the UI process and web extensions.
A WebKitUserMessage is a message that can be used for the communication between the UI process and web extensions. A WebKitUserMessage always
has a name, and it can also include parameters and UNIX file descriptors. Messages can be sent from a WebKitWebContext
to all
WebExtension<!-- -->s, from a
WebExtension to its corresponding WebKitWebContext
, and from a WebKitWebView
to its corresponding
WebPage (and vice versa). One to one messages can be replied to directly with
send_reply.
Namespace: WebKit
Package: webkitgtk-web-extension-6.0
Content:
Properties:
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object