[at-spi2-core] Add prototype for atspi_device_event_get_type
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Add prototype for atspi_device_event_get_type
- Date: Wed, 9 Oct 2013 21:11:01 +0000 (UTC)
commit ade0f3e500f3ba3300c8a9db26bdd6b5da8abe51
Author: Mike Gorse <mgorse suse com>
Date: Tue Oct 8 17:59:57 2013 -0500
Add prototype for atspi_device_event_get_type
atspi/atspi-device-listener.h | 2 ++
atspi/atspi-types.h | 9 ++++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-device-listener.h b/atspi/atspi-device-listener.h
index 93b6072..b7bcf1c 100644
--- a/atspi/atspi-device-listener.h
+++ b/atspi/atspi-device-listener.h
@@ -32,6 +32,8 @@
G_BEGIN_DECLS
+GType atspi_device_event_get_type (void);
+
/**
* AtspiDeviceListenerCB:
* @stroke: (transfer full): The #AtspiDeviceEvent for which notification is
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index 0d2a6e2..f2d7c0d 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.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]