[at-spi2-core] Skip atspi_(event|device)_listener_new_simple



commit 37e0039bf8805943b00aee5873941cc9608953bc
Author: Mike Gorse <mgorse suse com>
Date:   Mon Jul 15 13:17:18 2013 -0500

    Skip atspi_(event|device)_listener_new_simple
    
    These are intended as C convenience functions. Gjs doesn't support
    having a GDestroyNotify without a user_data and prints out a warning, so
    might as well skip for purposes of introspection.

 atspi/atspi-device-listener.c |    2 +-
 atspi/atspi-event-listener.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atspi/atspi-device-listener.c b/atspi/atspi-device-listener.c
index 3ed34e5..3ac4451 100644
--- a/atspi/atspi-device-listener.c
+++ b/atspi/atspi-device-listener.c
@@ -230,7 +230,7 @@ atspi_device_listener_new (AtspiDeviceListenerCB callback,
 }
 
 /**
- * atspi_device_listener_new_simple:
+ * atspi_device_listener_new_simple: (skip)
  * @callback: (scope notified): an #AtspiDeviceListenerCB callback function,
  *            or NULL.
  * @callback_destroyed: A #GDestroyNotify called when the listener is freed
diff --git a/atspi/atspi-event-listener.c b/atspi/atspi-event-listener.c
index e545bda..bd44f66 100644
--- a/atspi/atspi-event-listener.c
+++ b/atspi/atspi-event-listener.c
@@ -141,7 +141,7 @@ atspi_event_listener_new (AtspiEventListenerCB callback,
 }
 
 /**
- * atspi_event_listener_new_simple:
+ * atspi_event_listener_new_simple: (skip)
  * @callback: (scope notified): An #AtspiEventListenerSimpleCB to be called
  * when an event is fired.
  * @callback_destroyed: A #GDestroyNotify called when the listener is freed


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]