Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
l10n.h File Reference
#include <glib.h>
+ Include dependency graph for l10n.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dt_l10n_language_t
 
struct  dt_l10n_t
 

Typedefs

typedef struct dt_l10n_language_t dt_l10n_language_t
 
typedef struct dt_l10n_t dt_l10n_t
 

Functions

dt_l10n_tdt_l10n_init (gboolean init_list)
 
const char * dt_l10n_get_current_lang (dt_l10n_t *l10n)
 
const char * dt_l10n_get_name (const dt_l10n_language_t *language)
 

Typedef Documentation

◆ dt_l10n_language_t

◆ dt_l10n_t

typedef struct dt_l10n_t dt_l10n_t

Function Documentation

◆ dt_l10n_get_current_lang()

const char * dt_l10n_get_current_lang ( dt_l10n_t l10n)

◆ dt_l10n_get_name()

const char * dt_l10n_get_name ( const dt_l10n_language_t language)

◆ dt_l10n_init()