diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-15 12:06:53 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-15 12:06:53 +0100 |
commit | f32ca6117a1313f39baa317900e9a297d167a479 (patch) | |
tree | 2c01e774fa86199a93e66dbe968de4cdcad0c0f2 /src/gconf-helper.h | |
parent | 84fb2fdde96442f79bb1da1edf4d707019b68f98 (diff) | |
download | ayatana-indicator-session-f32ca6117a1313f39baa317900e9a297d167a479.tar.gz ayatana-indicator-session-f32ca6117a1313f39baa317900e9a297d167a479.tar.bz2 ayatana-indicator-session-f32ca6117a1313f39baa317900e9a297d167a479.zip |
please tidy up that user manager
Diffstat (limited to 'src/gconf-helper.h')
-rw-r--r-- | src/gconf-helper.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gconf-helper.h b/src/gconf-helper.h index 505c24f..039b309 100644 --- a/src/gconf-helper.h +++ b/src/gconf-helper.h @@ -39,6 +39,12 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define RESTART_KEY GLOBAL_DIR "/suppress_restart_menuitem" #define SHUTDOWN_KEY GLOBAL_DIR "/suppress_shutdown_menuitem" +#define LOCKDOWN_DIR "/desktop/gnome/lockdown" +#define LOCKDOWN_KEY_USER LOCKDOWN_DIR "/disable_user_switching" +#define LOCKDOWN_KEY_SCREENSAVER LOCKDOWN_DIR "/disable_lock_screen" +#define KEYBINDING_DIR "/apps/gnome_settings_daemon/keybindings" +#define KEY_LOCK_SCREEN KEYBINDING_DIR "/screensaver" + typedef struct _RestartShutdownLogoutMenuItems { DbusmenuMenuitem * logout_mi; |