event: add annotations to gst_event_parse_toc_select()

https://bugzilla.gnome.org/show_bug.cgi?id=736739
This commit is contained in:
Ognyan Tonchev 2014-09-16 13:48:18 +02:00 committed by Sebastian Dröge
parent 3f83ca9c43
commit 343007894e

View 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.
*/