39 char confname[200] = { 0 };
50 snprintf(confname,
sizeof(confname),
"plugins/lighttable/recentcollect/line%1d",
k);
72 snprintf(confname,
sizeof(confname),
"plugins/lighttable/recentcollect/line%1d",
k);
74 snprintf(confname,
sizeof(confname),
"plugins/lighttable/recentcollect/pos%1d",
k);
void dt_collection_set_recents_handler(dt_collection_recents_handler_t handler)
int dt_collection_serialize(char *buf, int bufsize)
#define NUM_LAST_COLLECTIONS
static void _update_recentcollections()
void dt_collection_gui_register_handlers(void)
gchar * dt_conf_get_string(const char *name)
void dt_conf_set_int(const char *name, int val)
int dt_conf_get_int(const char *name)
void dt_conf_set_string(const char *name, const char *val)
const char * dt_conf_get_string_const(const char *name)
float *const restrict const size_t k
#define IS_NULL_PTR(p)
C is way too permissive with !=, == and if(var) checks, which can mean too many things depending on w...