mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
event: fix docs for _copy()
This commit is contained in:
parent
c222a3015e
commit
d5e42a92c8
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
||||||
|
|
Loading…
Reference in a new issue