summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-global-preferences.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-01-30 10:56:12 +0100
committermonsta <[email protected]>2020-02-15 16:11:13 +0300
commit4832c00beefb4fc7d4ca3a23538941001d28f871 (patch)
treeaca53e97b640cb5d95e40ef4330996735a2fe966 /libcaja-private/caja-global-preferences.c
parent9f8b8d32b2d55dd3d3cdeed426af259862bf7b47 (diff)
downloadcaja-4832c00beefb4fc7d4ca3a23538941001d28f871.tar.bz2
caja-4832c00beefb4fc7d4ca3a23538941001d28f871.tar.xz
Fix build using gcc 10 -fno-common flag
Diffstat (limited to 'libcaja-private/caja-global-preferences.c')
-rw-r--r--libcaja-private/caja-global-preferences.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcaja-private/caja-global-preferences.c b/libcaja-private/caja-global-preferences.c
index 98f44e80..6a22c967 100644
--- a/libcaja-private/caja-global-preferences.c
+++ b/libcaja-private/caja-global-preferences.c
@@ -34,6 +34,19 @@
#include <eel/eel-string.h>
#include <glib/gi18n.h>
+GSettings *caja_preferences;
+GSettings *caja_media_preferences;
+GSettings *caja_window_state;
+GSettings *caja_icon_view_preferences;
+GSettings *caja_desktop_preferences;
+GSettings *caja_tree_sidebar_preferences;
+GSettings *caja_compact_view_preferences;
+GSettings *caja_list_view_preferences;
+GSettings *caja_extension_preferences;
+
+GSettings *mate_background_preferences;
+GSettings *mate_lockdown_preferences;
+
/*
* Public functions
*/