orientation-manager: Expose MetaOrientationManager to introspection
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3880>
This commit is contained in:

committed by
Ivan Kuzmenko

parent
6d78ff9373
commit
2c5f874eaa
@ -17,9 +17,19 @@
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/**
|
||||
* MetaOrientationManager:
|
||||
*
|
||||
* A screen orientation manager
|
||||
*
|
||||
* #MetaOrientationManager is a final class which contains methods to
|
||||
* read the current screen orientation, as well as a signal that is
|
||||
* triggered whenever a screen changes its orientation.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "backends/meta-orientation-manager.h"
|
||||
#include "meta/meta-orientation-manager.h"
|
||||
|
||||
#include <gio/gio.h>
|
||||
|
||||
|
Reference in New Issue
Block a user