summaryrefslogtreecommitdiff
path: root/mate-session/gsm-util.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-18 21:39:36 +0100
committerLuke from DC <[email protected]>2021-01-22 21:43:40 +0000
commit071933646ef80fff6295b581376d018ba8ddc39a (patch)
tree6d7b062669b526e2c21de06bb5e4512b424a42bd /mate-session/gsm-util.h
parentdfcbc043483a1f94e5da312629351e52d3d5b3cd (diff)
downloadmate-session-manager-071933646ef80fff6295b581376d018ba8ddc39a.tar.bz2
mate-session-manager-071933646ef80fff6295b581376d018ba8ddc39a.tar.xz
Support xscreensaver when mate-screensaver is not available
Diffstat (limited to 'mate-session/gsm-util.h')
-rw-r--r--mate-session/gsm-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-session/gsm-util.h b/mate-session/gsm-util.h
index dcec60e..d1c3c5c 100644
--- a/mate-session/gsm-util.h
+++ b/mate-session/gsm-util.h
@@ -29,6 +29,8 @@ extern "C" {
#define IS_STRING_EMPTY(x) ((x)==NULL||(x)[0]=='\0')
+gchar** gsm_get_screen_locker_command (void);
+
char * gsm_util_find_desktop_file_for_app_name (const char *app_name,
char **dirs);