|
||||
File indexing completed on 2025-01-18 09:28:16
0001 /* 0002 * AT-SPI - Assistive Technology Service Provider Interface 0003 * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap) 0004 * 0005 * Copyright 2002 Ximian, Inc. 0006 * 2002 Sun Microsystems Inc. 0007 * Copyright 2010, 2011 Novell, Inc. 0008 * 0009 * 0010 * This library is free software; you can redistribute it and/or 0011 * modify it under the terms of the GNU Lesser General Public 0012 * License as published by the Free Software Foundation; either 0013 * version 2.1 of the License, or (at your option) any later version. 0014 * 0015 * This library is distributed in the hope that it will be useful, 0016 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0018 * Lesser General Public License for more details. 0019 * 0020 * You should have received a copy of the GNU Lesser General Public 0021 * License along with this library; if not, write to the 0022 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 0023 * Boston, MA 02110-1301, USA. 0024 */ 0025 0026 #ifndef _ATSPI_MISC_H_ 0027 #define _ATSPI_MISC_H_ 0028 0029 G_BEGIN_DECLS 0030 0031 int atspi_init (void); 0032 gboolean atspi_is_initialized (void); 0033 0034 void atspi_event_main (); 0035 0036 void atspi_event_quit (); 0037 0038 int atspi_exit (); 0039 0040 DBusConnection * 0041 atspi_get_a11y_bus (); 0042 0043 void 0044 atspi_set_timeout (gint val, gint startup_time); 0045 0046 void 0047 atspi_set_main_context (GMainContext *cnx); 0048 0049 gchar *atspi_role_get_name (AtspiRole role); 0050 0051 gchar *atspi_role_get_localized_name (AtspiRole role); 0052 0053 void atspi_get_version (gint *major, gint *minor, gint *micro); 0054 G_END_DECLS 0055 0056 #endif /* _ATSPI_MISC_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |