From 07bf9045fbc316bf10657ec0c1a53bbe933c82d0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Jul 2020 22:19:35 -0400 Subject: [PATCH] a11y: Document GtkATContext::state-changed --- gtk/gtkatcontext.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gtk/gtkatcontext.c b/gtk/gtkatcontext.c index aefce4df4f..f38b5921de 100644 --- a/gtk/gtkatcontext.c +++ b/gtk/gtkatcontext.c @@ -172,6 +172,19 @@ gtk_at_context_class_init (GtkATContextClass *klass) G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); + /** + * GtkATContext::state-change: + * @self: the #GtkATContext + * @changed_states: flags for the changed states + * @changed_properties: flags for the changed properties + * @changed_relations, + * @states: the new states + * @properties: the new properties + * @relations: the new relations + * + * Emitted when the attributes of the accessible for the + * #GtkATContext instance change. + */ obj_signals[STATE_CHANGE] = g_signal_new ("state-change", G_TYPE_FROM_CLASS (gobject_class),