Decrements the reference count of session_bus
[platform/upstream/at-spi2-core.git] / atspi / atspi-device-listener.h
index 93b6072..3b1b96d 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
@@ -77,7 +79,7 @@ typedef struct _AtspiDeviceListenerClass AtspiDeviceListenerClass;
 struct _AtspiDeviceListenerClass
 {
   GObjectClass parent_class;
-  gboolean (*device_event) (AtspiDeviceListener *, const AtspiDeviceEvent *);
+  gboolean (*device_event) (AtspiDeviceListener *listener, const AtspiDeviceEvent *event);
 };
 
 GType atspi_device_listener_get_type (void);