backends: Make MetaBackend available to introspection

This moves meta-backend.h under meta/ and, for now, just exposes to
introspection the methods that we actually need in gnome-shell.

https://bugzilla.gnome.org/show_bug.cgi?id=734301
This commit is contained in:
Rui Matos
2014-08-05 14:11:59 +02:00
parent 513628e4ad
commit 7d54631ebf
17 changed files with 73 additions and 40 deletions

View File

@ -52,6 +52,7 @@
#include "ui.h"
#include <meta/prefs.h>
#include <meta/compositor.h>
#include <meta/meta-backend.h>
#include <glib-object.h>
#include <glib-unix.h>
@ -78,7 +79,6 @@
#include "x11/session.h"
#include "wayland/meta-wayland.h"
#include "backends/meta-backend.h"
/*
* The exit code we'll return to our parent process when we eventually die.