From 1338dcddcb3a7174049da75c030a79cc0f50905d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 5 Aug 2020 15:05:06 +0100 Subject: [PATCH] a11y: GtkATContext.update_state() was renamed to update() --- gtk/gtkatcontext.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkatcontext.c b/gtk/gtkatcontext.c index c18a6cff37..9cdbd0e9f3 100644 --- a/gtk/gtkatcontext.c +++ b/gtk/gtkatcontext.c @@ -447,7 +447,7 @@ gtk_at_context_update (GtkATContext *self) * * If @value is %NULL, the state is unset. * - * This function will accumulate state changes until gtk_at_context_update_state() + * This function will accumulate state changes until gtk_at_context_update() * is called. */ void @@ -509,7 +509,7 @@ gtk_at_context_get_accessible_state (GtkATContext *self, * * If @value is %NULL, the property is unset. * - * This function will accumulate property changes until gtk_at_context_update_state() + * This function will accumulate property changes until gtk_at_context_update() * is called. */ void @@ -571,7 +571,7 @@ gtk_at_context_get_accessible_property (GtkATContext *self, * * If @value is %NULL, the relation is unset. * - * This function will accumulate relation changes until gtk_at_context_update_state() + * This function will accumulate relation changes until gtk_at_context_update() * is called. */ void