Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:28:17

0001 /*
0002  * AT-SPI - Assistive Technology Service Provider Interface
0003  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
0004  *
0005  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.,
0006  * Copyright 2001, 2002, 2003 Ximian, Inc.
0007  * Copyright 2008, 2009, 2010 Codethink Ltd.
0008  *
0009  * This library is free software; you can redistribute it and/or
0010  * modify it under the terms of the GNU Lesser General Public
0011  * License as published by the Free Software Foundation; either
0012  * version 2.1 of the License, or (at your option) any later version.
0013  *
0014  * This library is distributed in the hope that it will be useful,
0015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0017  * Lesser General Public License for more details.
0018  *
0019  * You should have received a copy of the GNU Lesser General Public
0020  * License along with this library; if not, write to the
0021  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
0022  * Boston, MA 02110-1301, USA.
0023  */
0024 
0025 #ifndef ATK_BRIDGE_H
0026 #define ATK_BRIDGE_H
0027 
0028 #include <glib.h>
0029 
0030 G_BEGIN_DECLS
0031 
0032 int atk_bridge_adaptor_init (int *argc, char **argv[]);
0033 void atk_bridge_adaptor_cleanup (void);
0034 void atk_bridge_set_event_context (GMainContext *cnx);
0035 
0036 G_END_DECLS
0037 
0038 #endif /* ATK_BRIDGE_H */