diff options
author | Lukáš Tyrychtr <lukastyrychtr@gmail.com> | 2022-09-16 18:48:40 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2023-02-03 11:49:17 +0100 |
commit | b6cfe35940ac9648508b149931cb4ad672469876 (patch) | |
tree | 334541466c73c79e2e959041575e0f019cfb6505 /gtk/a11y | |
parent | 4cd9fd9b1534be4bfee2e929b443478186390fdf (diff) | |
download | gtk+-b6cfe35940ac9648508b149931cb4ad672469876.tar.gz |
Style fixes
Documentation and coding style updates.
Diffstat (limited to 'gtk/a11y')
-rw-r--r-- | gtk/a11y/gtkatspicontext.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/a11y/gtkatspicontext.c b/gtk/a11y/gtkatspicontext.c index 67d9623ece..e2988252de 100644 --- a/gtk/a11y/gtkatspicontext.c +++ b/gtk/a11y/gtkatspicontext.c @@ -85,7 +85,7 @@ * * These are the exceptions implemented by GTK itself, but note that application * developers can customize the accessibility tree by implementing the - * GtkAccessible interface in any way they choose. + * [iface@Gtk.Accessible] interface in any way they choose. */ struct _GtkAtSpiContext @@ -333,7 +333,8 @@ collect_relations (GtkAtSpiContext *self, /* }}} */ /* {{{ Accessible implementation */ static int -get_index_in (GtkAccessible *parent, GtkAccessible *child) +get_index_in (GtkAccessible *parent, + GtkAccessible *child) { GtkAccessible *candidate; int res; |