extensions: Add a SESSION_MODE extension type

This allows e.g. gnome-tweak-tool to present these extensions in a
different way since they can't be disabled.
This commit is contained in:
Rui Matos
2013-11-08 13:58:09 +01:00
committed by Ray Strode
parent 7d9a39c72c
commit 1220e0124a
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,8 @@ const FileUtils = imports.misc.fileUtils;
var ExtensionType = {
SYSTEM: 1,
PER_USER: 2
PER_USER: 2,
SESSION_MODE: 3
};
// Maps uuid -> metadata object