2.34.0
[platform/upstream/at-spi2-core.git] / atspi / atspi-mutter-private.h
1 /*
2  * AT-SPI - Assistive Technology Service Provider Interface
3  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
4  *
5  * Copyright 2019 SUSE LLC.
6  *           
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the
20  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21  * Boston, MA 02110-1301, USA.
22  */
23
24 #ifndef _ATSPI_MUTTER_H_
25 #define _ATSPI_MUTTER_H_
26
27 G_BEGIN_DECLS
28
29 gboolean _atspi_mutter_generate_keyboard_event (glong keyval, const gchar *keystring, AtspiKeySynthType synth_type, GError **error);
30
31 gboolean _atspi_mutter_generate_mouse_event (glong x, glong y, const gchar *name, GError **error);
32
33 void _atspi_mutter_set_reference_window (AtspiAccessible *accessible);
34 G_END_DECLS
35
36 #endif  /* _ATSPI_MUTTER_H_ */