ArvGcIndexNode

ArvGcIndexNode — Class for Index nodes

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── ArvDomNode
        ╰── ArvDomElement
            ╰── ArvGcNode
                ╰── ArvGcPropertyNode
                    ╰── ArvGcIndexNode

Description

Functions

arv_gc_index_node_new ()

ArvGcNode *
arv_gc_index_node_new (void);

arv_gc_index_node_get_index ()

gint64
arv_gc_index_node_get_index (ArvGcIndexNode *index_node,
                             gint64 default_offset,
                             GError **error);

Types and Values

ArvGcIndexNode

typedef struct _ArvGcIndexNode ArvGcIndexNode;