From 1526e34687b5f4be15eb17697f9ac840f7e3d0a7 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 5 Jan 2010 00:09:10 +0200 Subject: [PATCH] docs: add missing returns: tag --- gst/gstevent.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.34.1