mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
19 lines
717 B
C++
19 lines
717 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <media_kit_libs_linux/media_kit_libs_linux_plugin.h>
|
|
#include <record_linux/record_linux_plugin.h>
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
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) record_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "RecordLinuxPlugin");
|
|
record_linux_plugin_register_with_registrar(record_linux_registrar);
|
|
}
|