Method

AgsMessageQueuefind_recipient

since: 3.0.0

Declaration [src]

GList*
ags_message_queue_find_recipient (
  AgsMessageQueue* message_queue,
  GObject* recipient
)

Description [src]

Find recipient in message_queues messages.

Available since: 3.0.0

Parameters

recipient

Type: GObject

The recipient as GObject.

The data is owned by the caller of the function.

Return value

Type: A list of None

All matching AgsMessageEnvelope as GList-struct.

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