mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make Linux shell plugin constructor descriptions consistent (flutter/engine#18940)
This commit is contained in:
parent
d302d26b65
commit
0401a4ae9b
@ -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.
|
||||
*/
|
||||
|
||||
@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user