Update API docs
authorLukáš Tyrychtr <lukastyrychtr@gmail.com>
Mon, 12 Sep 2022 12:44:46 +0000 (14:44 +0200)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 3 Feb 2023 10:49:17 +0000 (11:49 +0100)
gtk/gtkaccessible.c

index 6e9faf46d44b900e396ffe779fd25f043e9a1269..3fd0142cd67bc4ff251e79644ccab4fb3c59d173 100644 (file)
@@ -74,7 +74,7 @@ gtk_accessible_default_init (GtkAccessibleInterface *iface)
   g_object_interface_install_property (iface, pspec);
 }
 
-/*< private >
+/*
  * gtk_accessible_get_at_context:
  * @self: a `GtkAccessible`
  *
@@ -90,7 +90,6 @@ gtk_accessible_get_at_context (GtkAccessible *self)
   return GTK_ACCESSIBLE_GET_IFACE (self)->get_at_context (self);
 }
 
-
 /*
  * gtk_accessible_get_parent:
  * @self: a `GtkAccessible`
@@ -756,7 +755,7 @@ gtk_accessible_platform_changed (GtkAccessible               *self,
   gtk_at_context_update (context);
 }
 
-/*<private>
+/*
  * gtk_accessible_get_platform_state:
  * @self: a `GtkAccessible`
  * @state: platform state to query
@@ -778,7 +777,7 @@ gtk_accessible_get_platform_state (GtkAccessible              *self,
   return GTK_ACCESSIBLE_GET_IFACE (self)->get_platform_state (self, state);
 }
 
-/*<private>
+/*
  * gtk_accessible_bounds_changed:
  * @self: a `GtkAccessible`
  *
@@ -787,7 +786,7 @@ gtk_accessible_get_platform_state (GtkAccessible              *self,
  * changed.
  *
  * Note that the bounds are not included in this API.
- * AT backends should use widget API to obtain them.
+ * AT backends should use [method@Gtk.Accessible.get_bounds] to get them.
  */
 void
 gtk_accessible_bounds_changed (GtkAccessible *self)