[gtk/ebassi/for-master: 3/8] a11y: GtkATContext.update_state() was renamed to update()




commit 1338dcddcb3a7174049da75c030a79cc0f50905d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 5 15:05:06 2020 +0100

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]