Method
AgsMessageDeliveryremove_message_envelope
since: 3.0.0
Declaration [src]
void
ags_message_delivery_remove_message_envelope (
AgsMessageDelivery* message_delivery,
gchar* sender_namespace,
GObject* message_envelope
)
Description [src]
Remove message from an AgsMessageQueue specified by sender_namespace.
Available since: 3.0.0
Parameters
sender_namespace-
Type:
gchar*The sender namespace as string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. message_envelope-
Type:
GObjectThe
AgsMessageEnvelope.The data is owned by the caller of the function.