Public Attributes | |
GObject | parent_instance |
FlBinaryMessenger * | messenger |
gboolean | channel_closed |
gchar * | name |
FlMethodCodec * | codec |
FlMethodChannelMethodCallHandler | method_call_handler |
gpointer | method_call_handler_data |
GDestroyNotify | method_call_handler_destroy_notify |
Definition at line 13 of file fl_method_channel.cc.
gboolean _FlMethodChannel::channel_closed |
Definition at line 20 of file fl_method_channel.cc.
FlMethodCodec* _FlMethodChannel::codec |
Definition at line 26 of file fl_method_channel.cc.
FlBinaryMessenger* _FlMethodChannel::messenger |
Definition at line 17 of file fl_method_channel.cc.
FlMethodChannelMethodCallHandler _FlMethodChannel::method_call_handler |
Definition at line 29 of file fl_method_channel.cc.
gpointer _FlMethodChannel::method_call_handler_data |
Definition at line 30 of file fl_method_channel.cc.
GDestroyNotify _FlMethodChannel::method_call_handler_destroy_notify |
Definition at line 31 of file fl_method_channel.cc.
gchar* _FlMethodChannel::name |
Definition at line 23 of file fl_method_channel.cc.
GObject _FlMethodChannel::parent_instance |
Definition at line 14 of file fl_method_channel.cc.