Method
Gtk.Accessible.update_relation_value
Declaration [src]
void
gtk_accessible_update_relation_value (
GtkAccessible* self,
int n_relations,
GtkAccessibleRelation* relations,
const GValue* values
)
Description [src]
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.
Parameters
n_relations |
int |
the number of accessible relations to set |
|
relations |
An array of GtkAccessibleRelation |
an array of |
|
The length of the array is in the n_relations argument | |
Ownership is not transferred to the callee | |
values |
An array of GValue |
an array of |
|
The length of the array is in the n_relations argument | |
Ownership is not transferred to the callee |