![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for usermanual_url.c:Go to the source code of this file.
Data Structures | |
| struct | _help_url |
Typedefs | |
| typedef struct _help_url | dt_help_url |
Functions | |
| const char * | get_lang () |
| char * | dt_get_help_url (char *name) |
Variables | |
| const char * | base_url = "https://ansel.photos/" |
| const char * | doc_url = "doc/" |
| dt_help_url | urls_db [] |
| typedef struct _help_url dt_help_url |
| char * dt_get_help_url | ( | char * | name | ) |
Definition at line 245 of file usermanual_url.c.
References base_url, doc_url, get_lang(), IS_NULL_PTR, k, name, _help_url::url, and urls_db.
Referenced by _styles_open_popup_callback(), dt_iop_gui_init_blending_body(), dt_iop_gui_set_expander(), dt_thumbtable_new(), dt_thumbtable_set_parent(), dt_view_manager_switch_by_view(), export_files_callback(), gui_init(), and gui_init().
| const char * get_lang | ( | ) |
Definition at line 42 of file usermanual_url.c.
References dt_l10n_language_t::code, darktable, dt_free, FALSE, IS_NULL_PTR, darktable_t::l10n, dt_l10n_t::languages, p, dt_l10n_t::selected, and TRUE.
Referenced by dt_get_help_url().
| const char* base_url = "https://ansel.photos/" |
Definition at line 38 of file usermanual_url.c.
Referenced by dt_get_help_url().
| const char* doc_url = "doc/" |
Definition at line 39 of file usermanual_url.c.
Referenced by dt_get_help_url().
| dt_help_url urls_db[] |
Definition at line 100 of file usermanual_url.c.
Referenced by dt_get_help_url().