UserMessage.this

Create a new #WebKitUserMessage including also a list of UNIX file descriptors to be sent.

  1. this(WebKitUserMessage* webKitUserMessage, bool ownedRef)
  2. this(string name, Variant parameters)
  3. this(string name, Variant parameters, UnixFDList fdList)
    class UserMessage
    this
    (
    string name
    ,
    Variant parameters
    ,
    UnixFDList fdList
    )

Parameters

name string

the message name

parameters Variant

the message parameters as a #GVariant

fdList UnixFDList

the message file descriptors

Return Value

the newly created #WebKitUserMessage object.

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.28