Method

AgsMessageQueueget_sender_namespace

since: 3.6.16

Declaration [src]

gchar*
ags_message_queue_get_sender_namespace (
  AgsMessageQueue* message_queue
)

Description [src]

Get sender namespace of message_queue.

Available since: 3.6.16

Return value

Type: gchar*

The sender namespace.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.