From 0401a4ae9b5f80a6082b6fc8418cdc85dfd1c629 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 11 Jun 2020 12:31:29 +1200 Subject: [PATCH] Make Linux shell plugin constructor descriptions consistent (flutter/engine#18940) --- engine/src/flutter/shell/platform/linux/fl_key_event_plugin.h | 3 ++- engine/src/flutter/shell/platform/linux/fl_text_input_plugin.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/engine/src/flutter/shell/platform/linux/fl_key_event_plugin.h b/engine/src/flutter/shell/platform/linux/fl_key_event_plugin.h index dee212d34c9..850bae5538c 100644 --- a/engine/src/flutter/shell/platform/linux/fl_key_event_plugin.h +++ b/engine/src/flutter/shell/platform/linux/fl_key_event_plugin.h @@ -28,7 +28,8 @@ G_DECLARE_FINAL_TYPE(FlKeyEventPlugin, * fl_key_event_plugin_new: * @messenger: an #FlBinaryMessenger. * - * Creates a #FlKeyEventPlugin. + * Creates a new plugin that implements SystemChannels.keyEvent from the + * Flutter services library. * * Returns: a new #FlKeyEventPlugin. */ diff --git a/engine/src/flutter/shell/platform/linux/fl_text_input_plugin.h b/engine/src/flutter/shell/platform/linux/fl_text_input_plugin.h index 3c2ab1faa95..f44dbe3a17c 100644 --- a/engine/src/flutter/shell/platform/linux/fl_text_input_plugin.h +++ b/engine/src/flutter/shell/platform/linux/fl_text_input_plugin.h @@ -20,7 +20,7 @@ G_DECLARE_FINAL_TYPE(FlTextInputPlugin, /** * FlTextInputPlugin: * - * #FlTextInputPlugin is a text_input channel that implements the shell side + * #FlTextInputPlugin is a plugin that implements the shell side * of SystemChannels.textInput from the Flutter services library. */