summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-global-preferences.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-05 21:43:27 +0200
committerStefano Karapetsas <[email protected]>2012-09-05 21:43:27 +0200
commit45742f8351e2991d54b00189f6e0c772e257f395 (patch)
treef62e0b032ab91575725aa30a2592e3b4d40ec55c /libcaja-private/caja-global-preferences.h
parent3674c4ca12e2e33cf6669bc3701acd98c3643ec5 (diff)
downloadcaja-45742f8351e2991d54b00189f6e0c772e257f395.tar.bz2
caja-45742f8351e2991d54b00189f6e0c772e257f395.tar.xz
convert last eel_preference users to raw mateconf
from nautilus patch: This is moslty the lockdown stuff, but we also access the background setting. This should be converted to use the new gsettings when they land.
Diffstat (limited to 'libcaja-private/caja-global-preferences.h')
-rw-r--r--libcaja-private/caja-global-preferences.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcaja-private/caja-global-preferences.h b/libcaja-private/caja-global-preferences.h
index ab961cb9..41935192 100644
--- a/libcaja-private/caja-global-preferences.h
+++ b/libcaja-private/caja-global-preferences.h
@@ -207,6 +207,8 @@ G_BEGIN_DECLS
/* Lockdown */
#define CAJA_PREFERENCES_LOCKDOWN_COMMAND_LINE "/desktop/mate/lockdown/disable_command_line"
+#define CAJA_MATECONF_LOCKDOWN_COMMAND_LINE "/desktop/mate/lockdown/disable_command_line"
+
void caja_global_preferences_init (void);
char *caja_global_preferences_get_default_folder_viewer_preference_as_iid (void);
@@ -220,6 +222,8 @@ GSettings *caja_tree_sidebar_preferences;
GSettings *caja_compact_view_preferences;
GSettings *caja_list_view_preferences;
+MateConfClient *caja_mateconf_client;
+
G_END_DECLS
#endif /* CAJA_GLOBAL_PREFERENCES_H */