Defines | |
#define | ROX_RESOURCES_NO_LANG "" |
#define | ROX_RESOURCES_DEFAULT_LANG NULL |
Functions | |
gchar * | rox_resources_find (const gchar *app_name, const gchar *leaf, const gchar *lang) |
gchar * | rox_resources_find_with_domain (const gchar *app_name, const gchar *leaf, const gchar *lang, const gchar *domain) |
|
Accept the default language |
|
Indicates that the resource is in no language and does not need translating |
|
Search choices directories, then APP_DIR for a directory called Resources which contains the file leaf, whether in a sub-directory lang or directly.
|
|
Search XDG_CONFIG_DIRS, then APP_DIR for a directory called Resources which contains the file leaf, whether in a sub-directory lang or directly.
|