summaryrefslogtreecommitdiff
path: root/atspi/atspi-types.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-10-08 17:59:57 -0500
committerMike Gorse <mgorse@suse.com>2013-10-08 17:59:57 -0500
commitade0f3e500f3ba3300c8a9db26bdd6b5da8abe51 (patch)
treee9c4486b5f7d3a65dd0016470161739da83c4ab0 /atspi/atspi-types.h
parent52c1e9f76c0ab728a3bb25c07694f771891f5988 (diff)
downloadat-spi2-core-ade0f3e500f3ba3300c8a9db26bdd6b5da8abe51.tar.gz
Add prototype for atspi_device_event_get_type
Diffstat (limited to 'atspi/atspi-types.h')
-rw-r--r--atspi/atspi-types.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index 0d2a6e2a..f2d7c0d5 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -91,7 +91,14 @@ struct _AtspiEvent
};
/**
- * ATSPI_TYPE_RECT:
+ * ATSPI_TYPE_DEVICE_EVENT:
+ *
+ * The #GType for a boxed type holding a #AtspiDeviceEvent.
+ */
+#define ATSPI_TYPE_DEVICE_EVENT (atspi_device_event_get_type ())
+
+/**
+ * ATSPI_TYPE_EVENT:
*
* The #GType for a boxed type holding a #AtspiEvent.
*/