ArvGcCommand

ArvGcCommand — Class for Command nodes

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── ArvDomNode
        ╰── ArvDomElement
            ╰── ArvGcNode
                ╰── ArvGcFeatureNode
                    ╰── ArvGcCommand

Description

Functions

arv_gc_command_new ()

ArvGcNode *
arv_gc_command_new (void);

arv_gc_command_execute ()

void
arv_gc_command_execute (ArvGcCommand *gc_command,
                        GError **error);

Types and Values

ArvGcCommand

typedef struct _ArvGcCommand ArvGcCommand;