#include "flutter/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h"
#include "flutter/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h"
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS FlPluginRegistrar * | fl_plugin_registrar_new (FlView *view, FlBinaryMessenger *messenger, FlTextureRegistrar *texture_registrar) |
G_BEGIN_DECLS FlPluginRegistrar* fl_plugin_registrar_new | ( | FlView * | view, |
FlBinaryMessenger * | messenger, | ||
FlTextureRegistrar * | texture_registrar | ||
) |
fl_plugin_registrar_new: @view: (allow-none): the #FlView that is being plugged into or NULL for headless mode. @messenger: the #FlBinaryMessenger to communicate with. @texture_registrar: the #FlTextureRegistrar to communicate with.
Creates a new #FlPluginRegistrar.
Returns: a new #FlPluginRegistrar.
Definition at line 87 of file fl_plugin_registrar.cc.
Referenced by fl_engine_get_registrar_for_plugin(), and fl_view_get_registrar_for_plugin().