summaryrefslogtreecommitdiff
path: root/src/utility.h
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-24 20:51:23 -0500
committerSteve Zesch <[email protected]>2012-11-24 20:51:23 -0500
commit90225e87811feb654e9a3c71734d0e6844f987ed (patch)
tree58030b0c20f6555d5387c7e0824b68fa9f242ba8 /src/utility.h
parentf2afbc975e249e765ee7d7452165912f1b4b479b (diff)
downloadmate-calc-90225e87811feb654e9a3c71734d0e6844f987ed.tar.bz2
mate-calc-90225e87811feb654e9a3c71734d0e6844f987ed.tar.xz
Fixed gsettings.
Diffstat (limited to 'src/utility.h')
-rw-r--r--src/utility.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utility.h b/src/utility.h
new file mode 100644
index 0000000..91745ed
--- /dev/null
+++ b/src/utility.h
@@ -0,0 +1,8 @@
+#ifndef UTILITY_H
+#define UTILITY_H
+
+#include <glib/gi18n.h>
+
+extern GSettings *g_settings_var;
+
+#endif