mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Refactored events to notifications on front-end, added prefutils to read
shared preferences.
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <encrypter/encrypter_plugin.h>
|
||||
|
||||
void fl_register_plugins(FlPluginRegistry* registry) {
|
||||
g_autoptr(FlPluginRegistrar) encrypter_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "EncrypterPlugin");
|
||||
encrypter_plugin_register_with_registrar(encrypter_registrar);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user