From 0d824938948776a1e2a36de83b9bff00bbd07f50 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Tue, 23 Jul 2013 16:25:27 +0200 Subject: [PATCH] query: fix annotation for gst_query_parse_uri --- gst/gstquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstquery.c b/gst/gstquery.c index 15144c9..93387b1 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -1398,7 +1398,7 @@ gst_query_set_uri (GstQuery * query, const gchar * uri) /** * gst_query_parse_uri: * @query: a #GstQuery - * @uri: (out callee-allocates) (allow-none): the storage for the current URI + * @uri: (out) (transfer full) (allow-none): the storage for the current URI * (may be NULL) * * Parse an URI query, writing the URI into @uri as a newly -- 2.7.4