Make Linux shell plugin constructor descriptions consistent (flutter/engine#18940)

This commit is contained in:
Robert Ancell 2020-06-11 12:31:29 +12:00 committed by GitHub
parent d302d26b65
commit 0401a4ae9b
2 changed files with 3 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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.
*/