event: add annotations to gst_event_parse_toc_select()
authorOgnyan Tonchev <ognyan@axis.com>
Tue, 16 Sep 2014 11:48:18 +0000 (13:48 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 17 Sep 2014 06:51:45 +0000 (09:51 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=736739

gst/gstevent.c

index 2217968..a1cb381 100644 (file)
@@ -1669,7 +1669,7 @@ gst_event_new_toc_select (const gchar * uid)
 /**
  * gst_event_parse_toc_select:
  * @event: a TOC select event.
- * @uid: (out): storage for the selection UID.
+ * @uid: (out) (transfer full) (allow-none): storage for the selection UID.
  *
  * Parse a TOC select @event and store the results in the given @uid location.
  */