Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Make Linux shell plugin constructor descriptions consistent #18940

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion shell/platform/linux/fl_key_event_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/linux/fl_text_input_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down