diff options
Diffstat (limited to 'mate-session/gsm-client.h')
-rw-r--r-- | mate-session/gsm-client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mate-session/gsm-client.h b/mate-session/gsm-client.h index 5ba6bb1..c40c169 100644 --- a/mate-session/gsm-client.h +++ b/mate-session/gsm-client.h @@ -2,6 +2,7 @@ * * Copyright (C) 2007 Novell, Inc. * Copyright (C) 2008 Red Hat, Inc. + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -93,13 +94,11 @@ GQuark gsm_client_error_quark (void); const char *gsm_client_peek_id (GsmClient *client); - const char * gsm_client_peek_startup_id (GsmClient *client); const char * gsm_client_peek_app_id (GsmClient *client); guint gsm_client_peek_restart_style_hint (GsmClient *client); guint gsm_client_peek_status (GsmClient *client); - char *gsm_client_get_app_name (GsmClient *client); void gsm_client_set_app_id (GsmClient *client, const char *app_id); |