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.
gc_string |
an object implementing ArvGcString |
|
error |
a GError placeholder, or |
void arv_gc_string_set_value (ArvGcString *gc_string
,const char *value
,GError **error
);
Set value
as the new gc_string
value.
gc_string |
an object implementing ArvGcString |
|
value |
new string value |
|
error |
a GError placeholder, or |
gint64 arv_gc_string_get_max_length (ArvGcString *gc_string
,GError **error
);
gc_string |
an object implementing ArvGcString |
|
error |
a GError placeholder, or |