Go to the source code of this file.
Classes | |
| struct | FlKeyboardChannelVTable |
Functions | |
| G_BEGIN_DECLS | G_DECLARE_FINAL_TYPE (FlKeyboardChannel, fl_keyboard_channel, FL, KEYBOARD_CHANNEL, GObject) |
| FlKeyboardChannel * | fl_keyboard_channel_new (FlBinaryMessenger *messenger, FlKeyboardChannelVTable *vtable, gpointer user_data) |
| FlKeyboardChannel* fl_keyboard_channel_new | ( | FlBinaryMessenger * | messenger, |
| FlKeyboardChannelVTable * | vtable, | ||
| gpointer | user_data | ||
| ) |
fl_keyboard_channel_new: @messenger: an #FlBinaryMessenger @vtable: callbacks for incoming method calls. @user_data: data to pass in callbacks.
Creates a new channel that implements SystemChannels.keyboard from the Flutter services library.
Returns: a new #FlKeyboardChannel
Definition at line 65 of file fl_keyboard_channel.cc.
References fl_method_channel_new(), fl_method_channel_set_method_call_handler(), fl_standard_method_codec_new(), kChannelName, method_call_cb(), and user_data.
Referenced by fl_keyboard_handler_new().
| G_BEGIN_DECLS G_DECLARE_FINAL_TYPE | ( | FlKeyboardChannel | , |
| fl_keyboard_channel | , | ||
| FL | , | ||
| KEYBOARD_CHANNEL | , | ||
| GObject | |||
| ) |