navigation: Add missing annotation to send_event_simple

Adds the missing "transfer full" annotation for the event argument.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2017>
This commit is contained in:
Vivienne Watermeier 2022-03-24 13:01:52 +01:00 committed by GStreamer Marge Bot
parent 06fec40f45
commit 09ebe06fdf
2 changed files with 3 additions and 1 deletions

View file

@ -199,7 +199,7 @@ gst_navigation_send_command (GstNavigation * navigation,
/**
* gst_navigation_send_event_simple:
* @navigation: The navigation interface instance
* @event: The event to send
* @event: (transfer full): The event to send
*
* Sends an event to the navigation interface.
* Since: 1.22

View file

@ -64,6 +64,8 @@ struct _GstNavigationInterface {
/**
* GstNavigationInterface::send_event_simple:
* @navigation: The navigation interface instance
* @event: (transfer full): The event to send
*
* sending a navigation event.
*