Method
AgsMessageQueuefind_sender
since: 3.0.0
[−]
Declaration [src]
GList*
ags_message_queue_find_sender (
AgsMessageQueue* message_queue,
GObject* sender
)
[−]
Parameters
sender
-
Type:
GObject
The sender 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. |