Top |
Simple functions to get some application directories. They depend on the OS.
gtex_init() must be called before using the functions here.
const gchar *
gtex_dirs_get_app_data_dir (void
);
For example on Unix/Linux, it's usually “${prefix}/share/enter-tex”.
const gchar *
gtex_dirs_get_app_locale_dir (void
);
For example on Unix/Linux, it's usually “${prefix}/share/locale”.