#include <libheraia.h>
Go to the source code of this file.
Functions | |
static void | verify_preference_file_path_presence (gchar *pathname) |
static void | verify_preference_file_name_presence (gchar *filename) |
void | verify_preference_file (gchar *pathname, gchar *filename) |
void verify_preference_file | ( | gchar * | pathname, | |
gchar * | filename | |||
) |
Verify preference file presence and creates it if it does not already exists
Definition at line 82 of file user_prefs.c.
References verify_preference_file_name_presence(), and verify_preference_file_path_presence().
Referenced by heraia_init_main_struct().
static void verify_preference_file_name_presence | ( | gchar * | filename | ) | [static] |
Verify preference file's presence
Definition at line 51 of file user_prefs.c.
Referenced by verify_preference_file().
static void verify_preference_file_path_presence | ( | gchar * | pathname | ) | [static] |
verify preference file path presence and creates it if it does not already exists
Definition at line 34 of file user_prefs.c.
Referenced by verify_preference_file().