g_object_interface_install_property (iface, pspec);
}
-/*< private >
+/*
* gtk_accessible_get_at_context:
* @self: a `GtkAccessible`
*
return GTK_ACCESSIBLE_GET_IFACE (self)->get_at_context (self);
}
-
/*
* gtk_accessible_get_parent:
* @self: a `GtkAccessible`
gtk_at_context_update (context);
}
-/*<private>
+/*
* gtk_accessible_get_platform_state:
* @self: a `GtkAccessible`
* @state: platform state to query
return GTK_ACCESSIBLE_GET_IFACE (self)->get_platform_state (self, state);
}
-/*<private>
+/*
* gtk_accessible_bounds_changed:
* @self: a `GtkAccessible`
*
* 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)