1 2 3 4 5 6 7 8 9
#ifndef UTILITY_H #define UTILITY_H #include <glib/gi18n.h> #include "config.h" extern GSettings *g_settings_var; #endif