Method
AgsMessageDeliveryquery_message
since: 3.0.0
Declaration [src]
GList*
ags_message_delivery_query_message (
AgsMessageDelivery* message_delivery,
gchar* recipient_namespace,
gchar* xpath
)
Description [src]
Query xpath
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. xpath
-
Type:
gchar*
The xpath to query.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.