funcuse

funcuse —

Synopsis




            GwyFunctionUse;
GwyFunctionUse* gwy_func_use_new            (void);
void        gwy_func_use_free               (GwyFunctionUse *functions);
void        gwy_func_use_add                (GwyFunctionUse *functions,
                                             const gchar *name);
const gchar* gwy_func_use_get               (GwyFunctionUse *functions,
                                             guint i);
GwyFunctionUse* gwy_func_use_load           (const gchar *filename);
void        gwy_func_use_save               (GwyFunctionUse *functions,
                                             const gchar *filename);
gchar*      gwy_func_use_get_filename       (const gchar *type);
GwyFunctionUse* gwy_process_func_get_use    (void);
void        gwy_process_func_save_use       (void);

Description

Details

GwyFunctionUse

typedef struct _GwyFunctionUse GwyFunctionUse;


gwy_func_use_new ()

GwyFunctionUse* gwy_func_use_new            (void);

Returns :

gwy_func_use_free ()

void        gwy_func_use_free               (GwyFunctionUse *functions);

functions :

gwy_func_use_add ()

void        gwy_func_use_add                (GwyFunctionUse *functions,
                                             const gchar *name);

functions :
name :

gwy_func_use_get ()

const gchar* gwy_func_use_get               (GwyFunctionUse *functions,
                                             guint i);

functions :
i :
Returns :

gwy_func_use_load ()

GwyFunctionUse* gwy_func_use_load           (const gchar *filename);

filename :
Returns :

gwy_func_use_save ()

void        gwy_func_use_save               (GwyFunctionUse *functions,
                                             const gchar *filename);

functions :
filename :

gwy_func_use_get_filename ()

gchar*      gwy_func_use_get_filename       (const gchar *type);

type :
Returns :

gwy_process_func_get_use ()

GwyFunctionUse* gwy_process_func_get_use    (void);

Returns :

gwy_process_func_save_use ()

void        gwy_process_func_save_use       (void);