35#define DOUBLE_PRECISION 0.00000001
37#include "external_includes.h"
39#include "main_window.h"
46void build_path(GString *path,
const gchar *dir,
const gchar *filename);
48gboolean double_equals(gdouble double_to_compare, gdouble compared_value);
53void free_points_and_tags();
void print_processing_file(gchar *filename, ui_state *ui)
Issues the message "Processing file <filename>" into the message bar.
gchar * transform_to_utf8(gchar *text, gint free_or_not, gint *must_be_freed)
transform text to utf8
gint file_exists(const gchar *fname)
check if specified file exists
void remove_end_slash_n_r_from_filename(char *filename)
Removes trailing \r or \n characters from a filename.
gint directory_exists(const gchar *directory)
check if specified directory exists