Remove dependency on libxkbcommon
[platform/upstream/at-spi2-core.git] / atspi / atspi-gmain.c
index 6498c0a..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
@@ -520,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
  *
@@ -603,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
  *