diff --git a/gst/gstevent.h b/gst/gstevent.h index 31abf142f4..b299ef9a85 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -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);