ArvGcBoolean

ArvGcBoolean — Class for Boolean nodes

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── ArvDomNode
        ╰── ArvDomElement
            ╰── ArvGcNode
                ╰── ArvGcFeatureNode
                    ╰── ArvGcBoolean

Implemented Interfaces

ArvGcBoolean implements ArvGcInteger.

Description

Functions

arv_gc_boolean_new ()

ArvGcNode *
arv_gc_boolean_new (void);

arv_gc_boolean_get_value ()

gboolean
arv_gc_boolean_get_value (ArvGcBoolean *gc_boolean,
                          GError **error);

arv_gc_boolean_set_value ()

void
arv_gc_boolean_set_value (ArvGcBoolean *gc_boolean,
                          gboolean v_boolean,
                          GError **error);

Types and Values

ArvGcBoolean

typedef struct _ArvGcBoolean ArvGcBoolean;