summaryrefslogtreecommitdiff
path: root/atspi/atspi-event-listener.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-07-03 19:42:48 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-07-03 19:46:06 +0200
commit79e6331c743db0365112c10ca49133b2d1a8480f (patch)
tree507178ebf12357e0c6ea9988cc37fe082e80a80f /atspi/atspi-event-listener.c
parent2a1266923244199938dd703eb08704d98edb1300 (diff)
downloadat-spi2-core-79e6331c743db0365112c10ca49133b2d1a8480f.tar.gz
Fix a couple of introspection issues
This mainly restores the gir entry for AtspiApplication. https://bugzilla.gnome.org/show_bug.cgi?id=784481
Diffstat (limited to 'atspi/atspi-event-listener.c')
-rw-r--r--atspi/atspi-event-listener.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/atspi/atspi-event-listener.c b/atspi/atspi-event-listener.c
index 718c0d22..752547d5 100644
--- a/atspi/atspi-event-listener.c
+++ b/atspi/atspi-event-listener.c
@@ -622,6 +622,18 @@ copy_event_properties (GArray *src)
return dst;
}
+/**
+ * atspi_event_listener_register_from_callback_full:
+ * @callback: (scope async): an #AtspiEventListenerCB function pointer.
+ * @user_data: (closure callback)
+ * @callback_destroyed: (destroy callback)
+ * @event_type:
+ * @properties: (element-type utf8)
+ * @error:
+ *
+ * Returns: #TRUE if successful, otherwise #FALSE.
+ *
+ **/
gboolean
atspi_event_listener_register_from_callback_full (AtspiEventListenerCB callback,
void *user_data,