query: Fix gi annotations of gst_structure_new_custom()
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 26 Nov 2013 00:04:38 +0000 (19:04 -0500)
committerOlivier Crête <olivier.crete@collabora.com>
Tue, 26 Nov 2013 00:07:15 +0000 (19:07 -0500)
gst/gstquery.c

index 4466413..48a9022 100644 (file)
@@ -661,7 +661,7 @@ gst_query_parse_segment (GstQuery * query, gdouble * rate, GstFormat * format,
 /**
  * gst_query_new_custom:
  * @type: the query type
- * @structure: a structure for the query
+ * @structure: (allow-none) (transfer full): a structure for the query
  *
  * Constructs a new custom query object. Use gst_query_unref()
  * when done with it.