Top |
const char * | arv_gc_string_get_value () |
void | arv_gc_string_set_value () |
gint64 | arv_gc_string_get_max_length () |
ArvGcString is implemented by ArvGcEnumeration, ArvGcStringNode and ArvGcStringRegNode.
const char * arv_gc_string_get_value (ArvGcString *gc_string
,GError **error
);
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.
void arv_gc_string_set_value (ArvGcString *gc_string
,const char *value
,GError **error
);
Set value
as the new gc_string
value.
gint64 arv_gc_string_get_max_length (ArvGcString *gc_string
,GError **error
);