ArvGcBoolean

ArvGcBoolean — Class for Boolean nodes

Functions

Types and Values

Object Hierarchy

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

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);

Parameters

gc_boolean

a ArvGcBoolean

 

error

a GError placeholder, NULL to ignore

 

Returns

the feature value.

Since: 0.8.0


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;