orientation-manager: Expose MetaOrientationManager to introspection

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3880>
This commit is contained in:
Ivan Kuzmenko
2024-07-11 18:54:09 +03:00
committed by Ivan Kuzmenko
parent 6d78ff9373
commit 2c5f874eaa
12 changed files with 35 additions and 18 deletions

View File

@ -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>