Public Attributes | |
| GObject | parent_instance |
| FlBinaryMessenger * | messenger |
| gboolean | channel_closed |
| gchar * | name |
| FlMethodCodec * | codec |
| FlEventChannelHandler | listen_handler |
| FlEventChannelHandler | cancel_handler |
| gpointer | handler_data |
| GDestroyNotify | handler_data_destroy_notify |
Definition at line 15 of file fl_event_channel.cc.
| FlEventChannelHandler _FlEventChannel::cancel_handler |
Definition at line 32 of file fl_event_channel.cc.
| gboolean _FlEventChannel::channel_closed |
Definition at line 22 of file fl_event_channel.cc.
| FlMethodCodec* _FlEventChannel::codec |
Definition at line 28 of file fl_event_channel.cc.
| gpointer _FlEventChannel::handler_data |
Definition at line 33 of file fl_event_channel.cc.
| GDestroyNotify _FlEventChannel::handler_data_destroy_notify |
Definition at line 34 of file fl_event_channel.cc.
| FlEventChannelHandler _FlEventChannel::listen_handler |
Definition at line 31 of file fl_event_channel.cc.
| FlBinaryMessenger* _FlEventChannel::messenger |
Definition at line 19 of file fl_event_channel.cc.
| gchar* _FlEventChannel::name |
Definition at line 25 of file fl_event_channel.cc.
| GObject _FlEventChannel::parent_instance |
Definition at line 16 of file fl_event_channel.cc.