ArvGcCategory

ArvGcCategory — Class for Category nodes

Synopsis

                    ArvGcCategory;
ArvGcNode * 	       arv_gc_category_new                 (void);
const GSList * 	    arv_gc_category_get_features        (ArvGcCategory *category);

Object Hierarchy

  GObject
   +----ArvGcNode
         +----ArvGcCategory

Description

Details

ArvGcCategory

typedef struct _ArvGcCategory ArvGcCategory;

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.

category :

a ArvGcCategory

Returns :

a list of strings.