docs: add missing returns: tag

This commit is contained in:
Stefan Kost 2010-01-05 00:09:10 +02:00
parent 7b2c5f5168
commit 1526e34687

View file

@ -381,6 +381,8 @@ gst_event_unref (GstEvent * event)
* @event: The event to copy
*
* Copy the event using the event specific copy function.
*
* Returns: the new event
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC GstEvent * gst_event_copy (const GstEvent * event);