monitor-manager: Expose MetaMonitorManager to introspection

This just exposes the type and the singleton getter necessary to make
it available to introspection. We'll expose more functionality as it
becomes needed.

https://bugzilla.gnome.org/show_bug.cgi?id=743745
This commit is contained in:
Rui Matos
2015-01-30 14:51:18 +01:00
committed by Jasper St. Pierre
parent 05353c1f7e
commit 3f2d658f20
14 changed files with 57 additions and 19 deletions

View File

@ -36,7 +36,7 @@
#include <X11/Xutil.h>
#include "stack-tracker.h"
#include "ui.h"
#include "meta-monitor-manager.h"
#include "meta-monitor-manager-private.h"
typedef void (* MetaScreenWindowFunc) (MetaWindow *window,
gpointer user_data);