Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
_FlEventChannel Struct Reference

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
 

Detailed Description

Definition at line 15 of file fl_event_channel.cc.

Member Data Documentation

◆ cancel_handler

FlEventChannelHandler _FlEventChannel::cancel_handler

Definition at line 32 of file fl_event_channel.cc.

◆ channel_closed

gboolean _FlEventChannel::channel_closed

Definition at line 22 of file fl_event_channel.cc.

◆ codec

FlMethodCodec* _FlEventChannel::codec

Definition at line 28 of file fl_event_channel.cc.

◆ handler_data

gpointer _FlEventChannel::handler_data

Definition at line 33 of file fl_event_channel.cc.

◆ handler_data_destroy_notify

GDestroyNotify _FlEventChannel::handler_data_destroy_notify

Definition at line 34 of file fl_event_channel.cc.

◆ listen_handler

FlEventChannelHandler _FlEventChannel::listen_handler

Definition at line 31 of file fl_event_channel.cc.

◆ messenger

FlBinaryMessenger* _FlEventChannel::messenger

Definition at line 19 of file fl_event_channel.cc.

◆ name

gchar* _FlEventChannel::name

Definition at line 25 of file fl_event_channel.cc.

◆ parent_instance

GObject _FlEventChannel::parent_instance

Definition at line 16 of file fl_event_channel.cc.


The documentation for this struct was generated from the following file: