diff options
| author | Wu Xiaotian <[email protected]> | 2020-04-28 17:06:07 +0800 |
|---|---|---|
| committer | Wu Xiaotian <[email protected]> | 2020-08-19 22:01:55 +0800 |
| commit | 431efb1de32bac835bdc03387a2e5fc03891f6d2 (patch) | |
| tree | f388c88129c6bfebc7a35d5e151285b1b4988209 /mate-session/gsm-client.h | |
| parent | dbd99d0919e12fdef30cb79b1f6753f0b5f2f5c2 (diff) | |
| download | mate-session-manager-431efb1de32bac835bdc03387a2e5fc03891f6d2.tar.bz2 mate-session-manager-431efb1de32bac835bdc03387a2e5fc03891f6d2.tar.xz | |
update
Diffstat (limited to 'mate-session/gsm-client.h')
| -rw-r--r-- | mate-session/gsm-client.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/mate-session/gsm-client.h b/mate-session/gsm-client.h index 0afff15..5ba6bb1 100644 --- a/mate-session/gsm-client.h +++ b/mate-session/gsm-client.h @@ -89,9 +89,6 @@ typedef enum } GsmClientError; #define GSM_CLIENT_ERROR gsm_client_error_quark () -#define GSM_CLIENT_TYPE_ERROR (gsm_client_error_get_type ()) - -GType gsm_client_error_get_type (void); GQuark gsm_client_error_quark (void); const char *gsm_client_peek_id (GsmClient *client); @@ -122,24 +119,9 @@ void gsm_client_disconnected (GsmClient *client) GKeyFile *gsm_client_save (GsmClient *client, GError **error); -/* exported to bus */ + gboolean gsm_client_stop (GsmClient *client, GError **error); -gboolean gsm_client_get_startup_id (GsmClient *client, - char **startup_id, - GError **error); -gboolean gsm_client_get_app_id (GsmClient *client, - char **app_id, - GError **error); -gboolean gsm_client_get_restart_style_hint (GsmClient *client, - guint *hint, - GError **error); -gboolean gsm_client_get_status (GsmClient *client, - guint *status, - GError **error); -gboolean gsm_client_get_unix_process_id (GsmClient *client, - guint *pid, - GError **error); /* private */ |
