Add in more implementation

This commit is contained in:
zontreck 2024-05-24 13:48:21 -07:00
parent fc0c1c7e7a
commit 1b2ec0e74d
14 changed files with 62 additions and 35 deletions

View file

@ -6,10 +6,6 @@
#include "generated_plugin_registrant.h"
#include <file_selector_linux/file_selector_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) file_selector_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FileSelectorPlugin");
file_selector_plugin_register_with_registrar(file_selector_linux_registrar);
}