guppi-data-attribute

Name

guppi-data-attribute -- 

Synopsis



void        guppi_attributes_declare_data   (GuppiAttributes*,
                                             const gchar *name);
GuppiData*  guppi_attributes_get_data       (GuppiAttributes*,
                                             const gchar *name);
void        guppi_attributes_set_data       (GuppiAttributes*,
                                             const gchar *name,
                                             GuppiData*);

Description

Details

guppi_attributes_declare_data ()

void        guppi_attributes_declare_data   (GuppiAttributes*,
                                             const gchar *name);

Param1 : 
name : 


guppi_attributes_get_data ()

GuppiData*  guppi_attributes_get_data       (GuppiAttributes*,
                                             const gchar *name);

Param1 : 
name : 
Returns : 


guppi_attributes_set_data ()

void        guppi_attributes_set_data       (GuppiAttributes*,
                                             const gchar *name,
                                             GuppiData*);

Param1 : 
name : 
Param3 :