Method

AravisGcFeatureNodeset_value_from_string

Declaration [src]

void
arv_gc_feature_node_set_value_from_string (
  ArvGcFeatureNode* gc_feature_node,
  const char* string,
  GError** error
)

Description [src]

Set the node value using a string representation of the value. May not be applicable to every node type, but safe.

Parameters

string const char*
 

New node value, as string.

 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.