Go to the source code of this file.
Functions | |
G_BEGIN_DECLS FlBinaryMessenger * | fl_binary_messenger_new (FlEngine *engine) |
G_BEGIN_DECLS FlBinaryMessenger* fl_binary_messenger_new | ( | FlEngine * | engine | ) |
fl_binary_messenger_new: @engine: The #FlEngine to communicate with.
Creates a new #FlBinaryMessenger. The binary messenger will take control of the engines platform message handler.
Returns: a new #FlBinaryMessenger.
Definition at line 406 of file fl_binary_messenger.cc.
References engine, engine_weak_notify_cb(), fl_binary_messenger_platform_message_cb(), fl_engine_set_platform_message_handler(), and self.
Referenced by fl_engine_new(), TEST(), and test_lock_event().