Constructor

AgsMessageQueuenew

since: 3.0.0

Declaration [src]

AgsMessageQueue*
ags_message_queue_new (
  gchar* sender_namespace
)

Description [src]

Create a new instance of AgsMessageQueue.

Available since: 3.0.0

Parameters

sender_namespace

Type: gchar*

The sender namespace.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: AgsMessageQueue

The new AgsMessageQueue.

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