2022-11-28 02:26:36 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2023-06-21 00:22:43 +00:00
|
|
|
#include <audioplayers_linux/audioplayers_linux_plugin.h>
|
2023-02-23 05:51:53 +00:00
|
|
|
#include <modal_progress_hud_nsn/modal_progress_hud_nsn_plugin.h>
|
2023-04-13 08:45:19 +00:00
|
|
|
#include <platform_device_id_linux/platform_device_id_linux_plugin.h>
|
2023-08-27 08:38:05 +00:00
|
|
|
#include <url_launcher_linux/url_launcher_plugin.h>
|
2022-11-28 02:26:36 +00:00
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2023-06-21 00:22:43 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) audioplayers_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "AudioplayersLinuxPlugin");
|
|
|
|
audioplayers_linux_plugin_register_with_registrar(audioplayers_linux_registrar);
|
2023-02-23 05:51:53 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) modal_progress_hud_nsn_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "ModalProgressHudNsnPlugin");
|
|
|
|
modal_progress_hud_nsn_plugin_register_with_registrar(modal_progress_hud_nsn_registrar);
|
2023-04-13 08:45:19 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) platform_device_id_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "PlatformDeviceIdLinuxPlugin");
|
|
|
|
platform_device_id_linux_plugin_register_with_registrar(platform_device_id_linux_registrar);
|
2023-08-27 08:38:05 +00:00
|
|
|
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);
|
2022-11-28 02:26:36 +00:00
|
|
|
}
|