plugin: Add some comments on its purpose
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/315
This commit is contained in:
parent
115eda9650
commit
789dc165af
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user