Message.this

Create a new custom-typed message. This can be used for anything not handled by other message-specific functions to pass a message to the app. The structure field can be %NULL.

Parameters

type GstMessageType

The #GstMessageType to distinguish messages

src ObjectGst

The object originating the message.

structure Structure

the structure for the message. The message will take ownership of the structure.

Return Value

The new message.

MT safe.

Throws

ConstructionException GTK+ fails to create the object.

Meta