From f2d15738cfca2d111be0396af4d0d937b639fb81 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Thu, 10 Oct 2013 14:44:47 -0500 Subject: 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atspi/atspi-gmain.c') diff --git a/atspi/atspi-gmain.c b/atspi/atspi-gmain.c index c8006f4c..e0dd7b31 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 * -- cgit v1.2.1