From: Stefan Kost Date: Mon, 4 Jan 2010 22:09:10 +0000 (+0200) Subject: docs: add missing returns: tag X-Git-Tag: RELEASE-0.10.26~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1526e34687b5f4be15eb17697f9ac840f7e3d0a7;p=platform%2Fupstream%2Fgstreamer.git docs: add missing returns: tag --- diff --git a/gst/gstevent.h b/gst/gstevent.h index 31abf14..b299ef9 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);