aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-21 11:07:50 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-21 11:07:50 +0200
commit3fdc8670a4407096e35a36adb288eebdd1e6f846 (patch)
tree4876cf1c9b9093f859ceb71c81f1dd12a66bd127 /src/utils.h
parent59a93c0ab51ac89ceb59d6e75d9a3ae80e545922 (diff)
parent46837276fb52c4e1c6af7a4cb26d4cc18cb60e20 (diff)
downloadlibayatana-common-3fdc8670a4407096e35a36adb288eebdd1e6f846.tar.gz
libayatana-common-3fdc8670a4407096e35a36adb288eebdd1e6f846.tar.bz2
libayatana-common-3fdc8670a4407096e35a36adb288eebdd1e6f846.zip
Merge branch 'tari01-pr/also-check-desktop-session'
Attributes GH PR #44: https://github.com/AyatanaIndicators/libayatana-common/pull/44
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index b8e70cb..59bf008 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -29,6 +29,13 @@ static const char *DESKTOP_GNOME = "GNOME";
static const char *DESKTOP_XFCE = "XFCE";
static const char *DESKTOP_PANTHEON = "PANTHEON";
static const char *DESKTOP_BUDGIE = "Budgie";
+static const char *SESSION_LOMIRI = "ubuntu-touch";
+static const char *SESSION_UNITY = NULL;
+static const char *SESSION_MATE = "mate";
+static const char *SESSION_GNOME = "gnome";
+static const char *SESSION_XFCE = "xfce";
+static const char *SESSION_PANTHEON = NULL;
+static const char *SESSION_BUDGIE = "budgie-desktop";
gboolean ayatana_common_utils_is_lomiri();
gboolean ayatana_common_utils_is_unity();