Add prototype for atspi_device_event_get_type
authorMike Gorse <mgorse@suse.com>
Tue, 8 Oct 2013 22:59:57 +0000 (17:59 -0500)
committerMike Gorse <mgorse@suse.com>
Tue, 8 Oct 2013 22:59:57 +0000 (17:59 -0500)
atspi/atspi-device-listener.h
atspi/atspi-types.h

index 93b6072..b7bcf1c 100644 (file)
@@ -32,6 +32,8 @@
 
 G_BEGIN_DECLS
 
+GType atspi_device_event_get_type (void);
+
 /**
  * AtspiDeviceListenerCB:
  * @stroke: (transfer full): The #AtspiDeviceEvent for which notification is
index 0d2a6e2..f2d7c0d 100644 (file)
@@ -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.
  */