mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
06fec40f45
commit
09ebe06fdf
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue