From 7e1ecb34cb1eca2b74949c7ddc2ad52fb02e3a77 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sun, 12 Mar 2017 02:49:53 +0100 Subject: Move PGP support into plugin --- plugins/openpgp/src/register_plugin.vala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/openpgp/src/register_plugin.vala (limited to 'plugins/openpgp/src/register_plugin.vala') diff --git a/plugins/openpgp/src/register_plugin.vala b/plugins/openpgp/src/register_plugin.vala new file mode 100644 index 00000000..c5d811a7 --- /dev/null +++ b/plugins/openpgp/src/register_plugin.vala @@ -0,0 +1,3 @@ +public Type register_plugin(Module module) { + return typeof (Dino.Plugins.OpenPgp.Plugin); +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf