Constructor

AgsMessageEnvelopenew

since: 3.0.0

Declaration [src]

AgsMessageEnvelope*
ags_message_envelope_new (
  GObject* sender,
  GObject* recipient,
  xmlDoc* doc
)

Description [src]

Create a new instance of AgsMessageEnvelope.

Available since: 3.0.0

Parameters

sender

Type: GObject

The GObject as sender.

The data is owned by the caller of the function.
recipient

Type: GObject

The GObject as recipient.

The data is owned by the caller of the function.
doc

Type: xmlDoc

The xmlDoc.

The data is owned by the caller of the function.

Return value

Type: AgsMessageEnvelope

The new AgsMessageEnvelope.

The caller of the function takes ownership of the data, and is responsible for freeing it.