equal
deleted
inserted
replaced
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 */ |