diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-22 13:42:16 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-22 13:42:16 -0400 |
commit | 757682fa7ec204c45b1ac465b57f2efe56673802 (patch) | |
tree | 8cfa0ece35953c4744cba954d760e5ff605c7f3e /src/gconf-helper.h | |
parent | eefb008c18560d9e0c7505e0dad7216bf2441bd8 (diff) | |
parent | 108cec80746510d7f622ad0506a7f3d2a734c3ae (diff) | |
download | ayatana-indicator-session-757682fa7ec204c45b1ac465b57f2efe56673802.tar.gz ayatana-indicator-session-757682fa7ec204c45b1ac465b57f2efe56673802.tar.bz2 ayatana-indicator-session-757682fa7ec204c45b1ac465b57f2efe56673802.zip |
New upstream release.
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; |