mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
navigation: Fix doc blurb typo for gst_navigation_send_key_event
This commit is contained in:
parent
88a55e6dae
commit
689a4d4c10
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ gst_navigation_send_event (GstNavigation * navigation, GstStructure * structure)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_navigation_send_mouse_event:
|
||||
* gst_navigation_send_key_event:
|
||||
* @navigation: The navigation interface instance
|
||||
* @event: The type of the key event. Recognised values are "key-press" and
|
||||
* "key-release"
|
||||
|
|
Loading…
Reference in a new issue