Method

AravisGcStringset_value

Declaration [src]

void
arv_gc_string_set_value (
  ArvGcString* gc_string,
  const char* value,
  GError** error
)

Description [src]

Set value as the new gc_string value.

Parameters

value const char*
 

New string value.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.