a11y: GtkATContext.update_state() was renamed to update()

This commit is contained in:
Emmanuele Bassi 2020-08-05 15:05:06 +01:00 committed by Ahmed Eldemery
parent 92737b27bf
commit dd624de8e8

View File

@ -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