diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-21 16:39:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-27 16:29:25 +0100 |
commit | 2f800334533e49c7413a68816bf695db053e97c0 (patch) | |
tree | b86c5495d1d7137b769482429c6c4c76a8785e8d /src/utils.h | |
parent | 8265a6af696a084b92a32d32d2881d3e6f269c8b (diff) | |
download | ayatana-indicator-session-2f800334533e49c7413a68816bf695db053e97c0.tar.gz ayatana-indicator-session-2f800334533e49c7413a68816bf695db053e97c0.tar.bz2 ayatana-indicator-session-2f800334533e49c7413a68816bf695db053e97c0.zip |
src/utils.(c|h): Add get_desktop_session() helper function.
Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 149087b..d57eebe 100644 --- a/src/utils.h +++ b/src/utils.h @@ -24,6 +24,7 @@ const char* get_distro_name(); const char* get_distro_url(); const char* get_distro_bts_url(); const char* get_desktop_name(); +const char* get_desktop_session(); GHashTable* get_os_release(); #endif /* __INDICATOR_SESSION_UTILS_H__ */ |