AccessibleIF.updateRelationValue

Updates an array of accessible relations.

This function should be called by GtkWidget types whenever an accessible relation change must be communicated to assistive technologies.

This function is meant to be used by language bindings.

interface AccessibleIF
void
updateRelationValue
(
GtkAccessibleRelation[] relations
,)

Parameters

relations GtkAccessibleRelation[]

an array of GtkAccessibleRelation

values Value[]

an array of GValues, one for each relation

Meta