Method

AgsMessageQueuequery_message

since: 3.0.0

Declaration [src]

GList*
ags_message_queue_query_message (
  AgsMessageQueue* message_queue,
  gchar* xpath
)

Description [src]

Query xpath in message_queues messages.

Available since: 3.0.0

Parameters

xpath

Type: gchar*

The XPath as string.

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

All matching AgsMessageEnvelope as GList-struct.

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