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>
28 struct _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);
78 #endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRAR_H_