Function
GtkAccessibleRelationinit_value
Declaration [src]
void
gtk_accessible_relation_init_value (
GtkAccessibleRelation relation,
GValue* value
)
Description [src]
Initializes value
with the appropriate type for the relation
.
This function is mostly meant for language bindings, in conjunction with gtk_accessible_update_relation_value().
Parameters
relation
-
Type:
GtkAccessibleRelation
A
GtkAccessibleRelation
. value
-
Type:
GValue
An uninitialized
GValue
.The data is owned by the caller of the function.