Add navigation helper functions for screen-reader and friends (part 2)
[platform/upstream/at-spi2-core.git] / atspi / atspi-event-listener-private.h
index d3d529c..260db74 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright 2002 Ximian, Inc.
  *           2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
  *           
  *
  * This library is free software; you can redistribute it and/or
 
 #include "dbus/dbus.h"
 
+G_BEGIN_DECLS
+
 DBusHandlerResult _atspi_dbus_handle_Event (DBusConnection *bus, DBusMessage *message, void *data);
 
 void _atspi_send_event (AtspiEvent *e);
 
-DBusHandlerResult atspi_dbus_handle_event (DBusConnection *bus, DBusMessage *message, void *data);
+DBusHandlerResult _atspi_dbus_handle_event (DBusConnection *bus, DBusMessage *message, void *data);
+
+void
+_atspi_reregister_event_listeners ();
+
+G_END_DECLS
+
 #endif /* _ATSPI_EVENT_LISTENER_H_ */