Skip some non-introspectable functions
authorMike Gorse <mgorse@suse.com>
Thu, 10 Oct 2013 19:44:47 +0000 (14:44 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 10 Oct 2013 19:44:47 +0000 (14:44 -0500)
libdbus is not introspectable, so functions taking or returning a
DBusConnection cannot be bound anyhow.

atspi/atspi-gmain.c
atspi/atspi-misc.c

index c8006f4..e0dd7b3 100644 (file)
@@ -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
  *
index 97f9169..6eece9d 100644 (file)
@@ -1506,6 +1506,9 @@ a11y_bus_free (void *data)
     }
 }
 
+/**
+ * atspi_get_a11y_bus: (skip)
+ */
 DBusConnection *
 atspi_get_a11y_bus (void)
 {