project_files/frontlib/model/cfg.h
changeset 7275 15f722e0b96f
parent 7271 5608ac657362
child 7314 6171f0bad318
equal deleted inserted replaced
7273:8eed495fd8da 7275:15f722e0b96f
    71 flib_cfg *flib_cfg_create(flib_cfg_meta *meta, const char *schemeName);
    71 flib_cfg *flib_cfg_create(flib_cfg_meta *meta, const char *schemeName);
    72 
    72 
    73 /**
    73 /**
    74  * Create a copy of the scheme. Returns NULL on error or if NULL was passed.
    74  * Create a copy of the scheme. Returns NULL on error or if NULL was passed.
    75  */
    75  */
    76 flib_cfg *flib_cfg_copy(flib_cfg *cfg);
    76 flib_cfg *flib_cfg_copy(const flib_cfg *cfg);
    77 
    77 
    78 /**
    78 /**
    79  * Increase the reference count of the object. Call this if you store a pointer to it somewhere.
    79  * Increase the reference count of the object. Call this if you store a pointer to it somewhere.
    80  * Returns the parameter.
    80  * Returns the parameter.
    81  */
    81  */