Skip to content
Commit 9c476361 authored by Juan A. Suárez Romero's avatar Juan A. Suárez Romero
Browse files

core: split plugin loading from plugin activation

Explicitly separate the loading plugin process from activation process.

Thus we can load several plugins from different places, and activate all
of them together.

Loading the plugin will run the plugin's registering function, while
activating will run the plugin's activation function.

https://bugzilla.gnome.org/show_bug.cgi?id=759295
parent e0d59b36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment