Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
usermanual_url.c File Reference
#include "common/usermanual_url.h"
#include "common/darktable.h"
#include "common/l10n.h"
+ Include dependency graph for usermanual_url.c:

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 Documentation

◆ dt_help_url

typedef struct _help_url dt_help_url

Function Documentation

◆ dt_get_help_url()

◆ get_lang()

Variable Documentation

◆ base_url

const char* base_url = "https://ansel.photos/"

Referenced by dt_get_help_url().

◆ doc_url

const char* doc_url = "doc/"

Referenced by dt_get_help_url().

◆ urls_db

dt_help_url urls_db[]

Referenced by dt_get_help_url().