From: Lukáš Tyrychtr Date: Mon, 12 Sep 2022 12:44:46 +0000 (+0200) Subject: Update API docs X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~9^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=749919c551d8c74b43a38f7095ac2e77630c8d6d;p=gtk4.git Update API docs --- diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c index 6e9faf46d4..3fd0142cd6 100644 --- a/gtk/gtkaccessible.c +++ b/gtk/gtkaccessible.c @@ -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); } -/* +/* * 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); } -/* +/* * 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)