mirror of
https://github.com/nini22P/iris.git
synced 2026-05-16 19:46:12 +08:00
52 lines
2.8 KiB
C++
52 lines
2.8 KiB
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <desktop_drop/desktop_drop_plugin.h>
|
|
#include <dynamic_color/dynamic_color_plugin.h>
|
|
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
|
|
#include <gtk/gtk_plugin.h>
|
|
#include <media_kit_libs_linux/media_kit_libs_linux_plugin.h>
|
|
#include <media_kit_video/media_kit_video_plugin.h>
|
|
#include <screen_retriever_linux/screen_retriever_linux_plugin.h>
|
|
#include <url_launcher_linux/url_launcher_plugin.h>
|
|
#include <window_manager/window_manager_plugin.h>
|
|
#include <window_size/window_size_plugin.h>
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
g_autoptr(FlPluginRegistrar) desktop_drop_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopDropPlugin");
|
|
desktop_drop_plugin_register_with_registrar(desktop_drop_registrar);
|
|
g_autoptr(FlPluginRegistrar) dynamic_color_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "DynamicColorPlugin");
|
|
dynamic_color_plugin_register_with_registrar(dynamic_color_registrar);
|
|
g_autoptr(FlPluginRegistrar) flutter_secure_storage_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterSecureStorageLinuxPlugin");
|
|
flutter_secure_storage_linux_plugin_register_with_registrar(flutter_secure_storage_linux_registrar);
|
|
g_autoptr(FlPluginRegistrar) gtk_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "GtkPlugin");
|
|
gtk_plugin_register_with_registrar(gtk_registrar);
|
|
g_autoptr(FlPluginRegistrar) media_kit_libs_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "MediaKitLibsLinuxPlugin");
|
|
media_kit_libs_linux_plugin_register_with_registrar(media_kit_libs_linux_registrar);
|
|
g_autoptr(FlPluginRegistrar) media_kit_video_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "MediaKitVideoPlugin");
|
|
media_kit_video_plugin_register_with_registrar(media_kit_video_registrar);
|
|
g_autoptr(FlPluginRegistrar) screen_retriever_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "ScreenRetrieverLinuxPlugin");
|
|
screen_retriever_linux_plugin_register_with_registrar(screen_retriever_linux_registrar);
|
|
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
|
|
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
|
|
g_autoptr(FlPluginRegistrar) window_manager_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "WindowManagerPlugin");
|
|
window_manager_plugin_register_with_registrar(window_manager_registrar);
|
|
g_autoptr(FlPluginRegistrar) window_size_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "WindowSizePlugin");
|
|
window_size_plugin_register_with_registrar(window_size_registrar);
|
|
}
|