Method

AravisGcStringget_value

Declaration [src]

const char*
arv_gc_string_get_value (
  ArvGcString* gc_string
  GError** error
)

Description [src]

Please note the string content is still owned by the gc_string object, which means the returned pointer may not be still valid after a new call to this function.

Return value

Returns: const char*
 

The string value.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.