summaryrefslogtreecommitdiff
path: root/mate-session/gsm-inhibitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-session/gsm-inhibitor.h')
-rw-r--r--mate-session/gsm-inhibitor.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/mate-session/gsm-inhibitor.h b/mate-session/gsm-inhibitor.h
index 653f717..af9e796 100644
--- a/mate-session/gsm-inhibitor.h
+++ b/mate-session/gsm-inhibitor.h
@@ -28,7 +28,6 @@ G_BEGIN_DECLS
#define GSM_TYPE_INHIBITOR (gsm_inhibitor_get_type ())
#define GSM_INHIBITOR_ERROR (gsm_inhibitor_error_quark ())
-#define GSM_INHIBITOR_TYPE_ERROR (gsm_inhibitor_error_get_type ())
G_DECLARE_FINAL_TYPE (GsmInhibitor, gsm_inhibitor, GSM, INHIBITOR, GObject)
typedef enum {
@@ -45,8 +44,6 @@ typedef enum
GSM_INHIBITOR_NUM_ERRORS
} GsmInhibitorError;
-GType gsm_inhibitor_error_get_type (void);
-
GQuark gsm_inhibitor_error_quark (void);
GsmInhibitor * gsm_inhibitor_new (const char *app_id,
@@ -71,23 +68,6 @@ guint gsm_inhibitor_peek_cookie (GsmInhibitor *inhibitor);
guint gsm_inhibitor_peek_flags (GsmInhibitor *inhibitor);
guint gsm_inhibitor_peek_toplevel_xid (GsmInhibitor *inhibitor);
-/* exported to bus */
-gboolean gsm_inhibitor_get_app_id (GsmInhibitor *inhibitor,
- char **id,
- GError **error);
-gboolean gsm_inhibitor_get_client_id (GsmInhibitor *inhibitor,
- char **id,
- GError **error);
-gboolean gsm_inhibitor_get_reason (GsmInhibitor *inhibitor,
- char **reason,
- GError **error);
-gboolean gsm_inhibitor_get_flags (GsmInhibitor *inhibitor,
- guint *flags,
- GError **error);
-gboolean gsm_inhibitor_get_toplevel_xid (GsmInhibitor *inhibitor,
- guint *xid,
- GError **error);
-
G_END_DECLS
#endif /* __GSM_INHIBITOR_H__ */