From 689a4d4c1069d674198e90b748216941b5dd74d5 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 10 Aug 2009 03:46:39 +0300 Subject: [PATCH] navigation: Fix doc blurb typo for gst_navigation_send_key_event --- gst-libs/gst/interfaces/navigation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/interfaces/navigation.c b/gst-libs/gst/interfaces/navigation.c index cd4aa80e06..28e07fc297 100644 --- a/gst-libs/gst/interfaces/navigation.c +++ b/gst-libs/gst/interfaces/navigation.c @@ -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"