Add a "footnote" role.
[platform/upstream/at-spi2-core.git] / atspi / atspi-registry.h
index f8bf42f..18e32a6 100644 (file)
@@ -29,6 +29,8 @@
 #include "atspi-types.h"
 #include "atspi-device-listener.h"
 
+G_BEGIN_DECLS
+
 GType atspi_key_definition_get_type ();
 
 gint atspi_get_desktop_count ();
@@ -69,4 +71,6 @@ atspi_generate_keyboard_event (glong keyval,
 gboolean
 atspi_generate_mouse_event (glong x, glong y, const gchar *name, GError **error);
 
+G_END_DECLS
+
 #endif /* _ATSPI_REGISTRY_H_ */