5#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRAR_H_
6#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRAR_H_
8#if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION)
9#error "Only <flutter_linux/flutter_linux.h> can be included directly."
12#include <glib-object.h>
28struct _FlPluginRegistrarInterface {
29 GTypeInterface parent_iface;
31 FlBinaryMessenger* (*get_messenger)(FlPluginRegistrar* registrar);
33 FlTextureRegistrar* (*get_texture_registrar)(FlPluginRegistrar* registrar);
35 FlView* (*get_view)(FlPluginRegistrar* registrar);
53 FlPluginRegistrar* registrar);
64 FlPluginRegistrar* registrar);
FlBinaryMessenger * fl_plugin_registrar_get_messenger(FlPluginRegistrar *registrar)
G_BEGIN_DECLS G_MODULE_EXPORT G_DECLARE_INTERFACE(FlPluginRegistrar, fl_plugin_registrar, FL, PLUGIN_REGISTRAR, GObject) struct _FlPluginRegistrarInterface
FlView * fl_plugin_registrar_get_view(FlPluginRegistrar *registrar)
FlTextureRegistrar * fl_plugin_registrar_get_texture_registrar(FlPluginRegistrar *registrar)