summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-12-02 13:29:28 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-12-02 13:29:28 +0100
commitd5e42a92c8716372d7b4d5477ac2097e63e7d5b1 (patch)
treedb22d3123ce7cf7d5c01e5b7017f63f47bfb3a42
parentc222a3015ee01f7088432cf1a3093706cb9fa4ce (diff)
event: fix docs for _copy()
-rw-r--r--gst/gstevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstevent.h b/gst/gstevent.h
index 454dd5fdeb..f4eb5ce246 100644
--- a/gst/gstevent.h
+++ b/gst/gstevent.h
@@ -383,7 +383,7 @@ gst_event_unref (GstEvent * event)
* Copy the event using the event specific copy function.
*/
#ifdef _FOOL_GTK_DOC_
-G_INLINE_FUNC void gst_event_copy (GstEvent * event);
+G_INLINE_FUNC GstEvent * gst_event_copy (const GstEvent * event);
#endif
static inline GstEvent *