event: fix docs for _copy()

This commit is contained in:
Wim Taymans 2009-12-02 13:29:28 +01:00
parent c222a3015e
commit d5e42a92c8

View file

@ -383,7 +383,7 @@ gst_event_unref (GstEvent * event)
* Copy the event using the event specific copy function. * Copy the event using the event specific copy function.
*/ */
#ifdef _FOOL_GTK_DOC_ #ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC void gst_event_copy (GstEvent * event); G_INLINE_FUNC GstEvent * gst_event_copy (const GstEvent * event);
#endif #endif
static inline GstEvent * static inline GstEvent *