![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "gui/common/collection_gui.h"#include "common/collection.h"#include "system/macros.h"#include "system/mem_alloc.h"#include "common/conf.h"#include <stdio.h>#include <string.h>
Include dependency graph for collection_gui.c:Go to the source code of this file.
Functions | |
| static void | _update_recentcollections () |
| void | dt_collection_gui_register_handlers (void) |
Definition at line 35 of file collection_gui.c.
References dt_collection_serialize(), dt_conf_get_int(), dt_conf_get_string(), dt_conf_get_string_const(), dt_conf_set_int(), dt_conf_set_string(), dt_free, FALSE, IS_NULL_PTR, k, L, MIN, n, NUM_LAST_COLLECTIONS, and TRUE.
Referenced by dt_collection_gui_register_handlers().
Register the recents bookkeeping with common/collection.c.
Definition at line 103 of file collection_gui.c.
References _update_recentcollections(), and dt_collection_set_recents_handler().
Referenced by dt_gui_gtk_init().