plugin: Add some comments on its purpose

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/315
This commit is contained in:
Niels De Graef 2018-12-25 15:40:10 +01:00 committed by Florian Müllner
parent 115eda9650
commit 789dc165af

View File

@ -21,6 +21,16 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
/*
* GnomeShellPlugin is the entry point for for GNOME Shell into and out of
* Mutter. By registering itself into Mutter using
* meta_plugin_manager_set_plugin_type(), Mutter will call the vfuncs of the
* plugin at the appropriate time.
*
* The funcions in in GnomeShellPlugin are all just stubs, which just call the
* similar methods in GnomeShellWm.
*/
#include "config.h" #include "config.h"
#include <stdlib.h> #include <stdlib.h>