ArvGcString

ArvGcString — String interface

Functions

Types and Values

Object Hierarchy

    GInterface
    ╰── ArvGcString

Prerequisites

ArvGcString requires GObject.

Known Implementations

ArvGcString is implemented by ArvGcEnumeration and ArvGcRegisterNode.

Description

Functions

arv_gc_string_get_value ()

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

arv_gc_string_set_value ()

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

arv_gc_string_get_max_length ()

gint64
arv_gc_string_get_max_length (ArvGcString *gc_string,
                              GError **error);

Types and Values

ArvGcString

typedef struct _ArvGcString ArvGcString;