[gst-cvs] gstreamer: docs: add missing returns: tag
Stefan Kost
ensonic at kemper.freedesktop.org
Mon Jan 4 14:11:10 PST 2010
Module: gstreamer
Branch: master
Commit: 1526e34687b5f4be15eb17697f9ac840f7e3d0a7
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=1526e34687b5f4be15eb17697f9ac840f7e3d0a7
Author: Stefan Kost <ensonic at users.sf.net>
Date: Tue Jan 5 00:09:10 2010 +0200
docs: add missing returns: tag
---
gst/gstevent.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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);
More information about the Gstreamer-commits
mailing list