[at-spi2-core] Skip some non-introspectable functions
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Skip some non-introspectable functions
- Date: Thu, 10 Oct 2013 19:45:17 +0000 (UTC)
commit f2d15738cfca2d111be0396af4d0d937b639fb81
Author: Mike Gorse <mgorse suse com>
Date: Thu Oct 10 14:44:47 2013 -0500
Skip some non-introspectable functions
libdbus is not introspectable, so functions taking or returning a
DBusConnection cannot be bound anyhow.
atspi/atspi-gmain.c | 4 ++--
atspi/atspi-misc.c | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/atspi/atspi-gmain.c b/atspi/atspi-gmain.c
index c8006f4..e0dd7b3 100644
--- a/atspi/atspi-gmain.c
+++ b/atspi/atspi-gmain.c
@@ -517,7 +517,7 @@ connection_setup_new_from_old (GMainContext *context,
*/
/**
- * atspi_dbus_connection_setup_with_g_main:
+ * atspi_dbus_connection_setup_with_g_main: (skip)
* @connection: the connection
* @context: the #GMainContext or #NULL for default context
*
@@ -595,7 +595,7 @@ atspi_dbus_connection_setup_with_g_main (DBusConnection *connection,
}
/**
- * atspi_dbus_server_setup_with_g_main:
+ * atspi_dbus_server_setup_with_g_main: (skip)
* @server: the server
* @context: the #GMainContext or #NULL for default
*
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 97f9169..6eece9d 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -1506,6 +1506,9 @@ a11y_bus_free (void *data)
}
}
+/**
+ * atspi_get_a11y_bus: (skip)
+ */
DBusConnection *
atspi_get_a11y_bus (void)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]