Method
FoundryIntentset_attribute_value
unstable since: 1.1
Declaration [src]
void
foundry_intent_set_attribute_value (
FoundryIntent* self,
const char* attribute,
const GValue* value
)
Parameters
attribute-
Type:
const char*The attribute name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value-
Type:
GValueThe
GValueto set.The data is owned by the caller of the method.