add screen-reader dead tracker to at-spi-bus-launcher
[platform/upstream/at-spi2-core.git] / atspi / atspi-gmain.c
index bb68c65..3ab985b 100644 (file)
 #define N_(x) x
 
 /**
- * @defgroup DBusGLibInternals GLib bindings implementation details
- * @ingroup  DBusInternals
- * @brief Implementation details of GLib bindings
- *
- * @{
- */
-
-/**
  * DBusGMessageQueue:
  * A GSource subclass for dispatching DBusConnection messages.
  * We need this on top of the IO handlers, because sometimes
@@ -351,8 +343,6 @@ connection_setup_add_timeout (ConnectionSetup *cs,
   if (!dbus_timeout_get_enabled (timeout))
     return;
   
-  g_assert (dbus_timeout_get_data (timeout) == NULL);
-
   handler = g_new0 (TimeoutHandler, 1);
   handler->cs = cs;
   handler->timeout = timeout;
@@ -522,12 +512,8 @@ connection_setup_new_from_old (GMainContext    *context,
 
 /** @} */ /* End of GLib bindings internals */
 
-/** @addtogroup DBusGLib
- * @{
- */
-
 /**
- * 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
  *
@@ -605,7 +591,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
  *