atspi-misc.h | atspi-misc.h | |||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, | * Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |||
* Boston, MA 02111-1307, USA. | * Boston, MA 02111-1307, USA. | |||
*/ | */ | |||
#ifndef _ATSPI_MISC_H_ | #ifndef _ATSPI_MISC_H_ | |||
#define _ATSPI_MISC_H_ | #define _ATSPI_MISC_H_ | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
int atspi_init (void); | int atspi_init (void); | |||
gboolean atspi_is_initialized (void); | ||||
void atspi_event_main (); | void atspi_event_main (); | |||
void atspi_event_quit (); | void atspi_event_quit (); | |||
int atspi_exit (); | int atspi_exit (); | |||
DBusConnection * | DBusConnection * | |||
atspi_get_a11y_bus (); | atspi_get_a11y_bus (); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||