From e246fe0945c3e5b99b1aa0ed3cfb77c6a08ca01a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 18 Jul 2017 05:35:40 +0200 Subject: Provide to 'Help' menu items. One for Distro Help, one for Desktop Help. --- src/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index f431f85..bb9e750 100644 --- a/src/utils.h +++ b/src/utils.h @@ -18,9 +18,15 @@ #define __INDICATOR_SESSION_UTILS_H__ #include +#include gboolean is_unity(); gboolean is_gnome(); gboolean is_mate(); +const char* get_distro_name(); +const char* get_distro_url(); +const char* get_desktop_name(); +GHashTable* get_os_release(); + #endif /* __INDICATOR_SESSION_UTILS_H__ */ -- cgit v1.2.3