From 2026ee0ea8ea662c7fa9cef0d3a1bc043212f542 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 15 Mar 2018 22:33:44 +0100 Subject: src/utils.c: Add is_pantheon() function. --- src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 665008e..ad32aad 100644 --- a/src/utils.h +++ b/src/utils.h @@ -26,5 +26,6 @@ void utils_handle_settings_request(void); gboolean is_unity(); gboolean is_gnome(); gboolean is_mate(); +gboolean is_pantheon(); #endif /* __INDICATOR_POWER_UTILS_H__ */ -- cgit v1.2.3