docs: add missing returns: tag
authorStefan Kost <ensonic@users.sf.net>
Mon, 4 Jan 2010 22:09:10 +0000 (00:09 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 4 Jan 2010 22:09:10 +0000 (00:09 +0200)
gst/gstevent.h

index 31abf14..b299ef9 100644 (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);