Add config/files.c

This commit is contained in:
James Booth
2016-07-24 16:22:15 +01:00
parent e7bfaa643f
commit ef942bd27a
19 changed files with 187 additions and 87 deletions

View File

@@ -38,6 +38,7 @@
#include "log.h"
#include "config.h"
#include "common.h"
#include "config/files.h"
#include "config/preferences.h"
#include "plugins/callbacks.h"
#include "plugins/autocompleters.h"

View File

@@ -40,6 +40,7 @@
#include "common.h"
#include "config/theme.h"
#include "config/files.h"
static GKeyFile *settings;

View File

@@ -37,6 +37,7 @@
#include "common.h"
#include "config/theme.h"
#include "config/files.h"
static GKeyFile *themes;