Functions
a_get_viking_dir ()
const gchar *
a_get_viking_dir ();
a_get_viking_dir_no_create ()
gchar *
a_get_viking_dir_no_create ();
a_get_viking_data_path ()
gchar **
a_get_viking_data_path ();
Retrieves the configuration path.
Returns
list of directories to scan for data. Should be freed with g_strfreev.
a_get_viking_data_home ()
gchar *
a_get_viking_data_home ();
Retrieves the XDG compliant user's data directory.
Retuns: the directory (can be NULL). Should be freed with g_free.