SAF实现修改

This commit is contained in:
2026-07-04 23:55:21 +08:00
parent 745fdaf7e7
commit dff0f6fb6b
10 changed files with 95 additions and 23 deletions
@@ -6,6 +6,10 @@
#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);
}