projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b2c5f5
)
docs: add missing returns: tag
author
Stefan Kost
<ensonic@users.sf.net>
Mon, 4 Jan 2010 22:09:10 +0000
(
00:09
+0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Mon, 4 Jan 2010 22:09:10 +0000
(
00:09
+0200)
gst/gstevent.h
patch
|
blob
|
history
diff --git
a/gst/gstevent.h
b/gst/gstevent.h
index 31abf142f4a56e0c837d2b19fc3cdbad8ca7e070..b299ef9a85fb4263af5a78ededeb23aa29cad126 100644
(file)
--- 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);