diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <glib.h> +#include <string.h> 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__ */ |