mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
docs: add missing returns: tag
This commit is contained in:
parent
7b2c5f5168
commit
1526e34687
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue