ArvGcCategory

ArvGcCategory — Class for Category nodes

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── ArvDomNode
        ╰── ArvDomElement
            ╰── ArvGcNode
                ╰── ArvGcFeatureNode
                    ╰── ArvGcCategory

Description

Functions

arv_gc_category_new ()

ArvGcNode *
arv_gc_category_new (void);

arv_gc_category_get_features ()

const GSList *
arv_gc_category_get_features (ArvGcCategory *category);

Get a list of strings with the name of the features listed in the given category node.

Parameters

category

a ArvGcCategory

 

Returns

a list of strings.

[element-type utf8][transfer none]

Types and Values

ArvGcCategory

typedef struct _ArvGcCategory ArvGcCategory;