From 7c271572ce2980deb4be4d479a17c14ee2c4e946 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 10 Jun 2020 10:15:01 +1200 Subject: [PATCH] Make Linux shell plugin constructor descriptions consistent --- shell/platform/linux/fl_key_event_plugin.h | 3 ++- shell/platform/linux/fl_text_input_plugin.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/shell/platform/linux/fl_key_event_plugin.h b/shell/platform/linux/fl_key_event_plugin.h index dee212d34c95e..850bae5538ce4 100644 --- a/shell/platform/linux/fl_key_event_plugin.h +++ b/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/shell/platform/linux/fl_text_input_plugin.h b/shell/platform/linux/fl_text_input_plugin.h index 3c2ab1faa9555..f44dbe3a17c6b 100644 --- a/shell/platform/linux/fl_text_input_plugin.h +++ b/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. */