Method
AgsMessageDeliveryfind_recipient
since: 3.0.0
[−]
Declaration [src]
GList*
ags_message_delivery_find_recipient (
AgsMessageDelivery* message_delivery,
gchar* recipient_namespace,
GObject* recipient
)
[−]
Description [src]
Find recipient
for recipient_namespace
matching AgsMessageQueue
. If recipient_namespace
equals NULL
match
all available message queues.
Available since: 3.0.0
[−]
Parameters
recipient_namespace
-
Type:
gchar*
The recipient namespace as string, maybe
NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. recipient
-
Type:
GObject
The recipient as
GObject
.The data is owned by the caller of the method.
[−]
Return value
Type: A list of None
All matching AgsMessageEnvelope
as GList
-struct.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |