Method

AgsMessageDeliveryfind_sender_namespace

since: 3.0.0

Declaration [src]

GList*
ags_message_delivery_find_sender_namespace (
  AgsMessageDelivery* message_delivery,
  gchar* sender_namespace
)

Description [src]

Find sender namespace of AgsMessageQueue in message_delivery.

Available since: 3.0.0

Parameters

sender_namespace

Type: gchar*

The sender namespace as string to find.

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

Return value

Type: A list of None

The matching GList-struct containing AgsMessageQueue or NULL.

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