Skip to content

Commit ca26b75

Browse files
Make Linux shell plugin constructor descriptions consistent (flutter#18940)
1 parent b19a17d commit ca26b75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

shell/platform/linux/fl_key_event_plugin.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ G_DECLARE_FINAL_TYPE(FlKeyEventPlugin,
2828
* fl_key_event_plugin_new:
2929
* @messenger: an #FlBinaryMessenger.
3030
*
31-
* Creates a #FlKeyEventPlugin.
31+
* Creates a new plugin that implements SystemChannels.keyEvent from the
32+
* Flutter services library.
3233
*
3334
* Returns: a new #FlKeyEventPlugin.
3435
*/

shell/platform/linux/fl_text_input_plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ G_DECLARE_FINAL_TYPE(FlTextInputPlugin,
2020
/**
2121
* FlTextInputPlugin:
2222
*
23-
* #FlTextInputPlugin is a text_input channel that implements the shell side
23+
* #FlTextInputPlugin is a plugin that implements the shell side
2424
* of SystemChannels.textInput from the Flutter services library.
2525
*/
2626

0 commit comments

Comments
 (0)