summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-07-15 13:17:18 -0500
committerMike Gorse <mgorse@suse.com>2013-07-15 13:17:18 -0500
commit37e0039bf8805943b00aee5873941cc9608953bc (patch)
tree182befe984246c35cd8cafa611e4e144ca578f01
parent5c7e53d9924dabf8082fa97b247b1529e2e4e8f5 (diff)
downloadat-spi2-core-37e0039bf8805943b00aee5873941cc9608953bc.tar.gz
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.
-rw-r--r--atspi/atspi-device-listener.c2
-rw-r--r--atspi/atspi-event-listener.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/atspi/atspi-device-listener.c b/atspi/atspi-device-listener.c
index 3ed34e52..3ac44512 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 e545bda7..bd44f668 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