diff options
Diffstat (limited to 'mate-session/gsm-util.h')
-rw-r--r-- | mate-session/gsm-util.h | 2 |
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); |