summaryrefslogtreecommitdiff
path: root/libupower-glib/up-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libupower-glib/up-types.h')
-rw-r--r--libupower-glib/up-types.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libupower-glib/up-types.h b/libupower-glib/up-types.h
index 01fd0b4..e503f49 100644
--- a/libupower-glib/up-types.h
+++ b/libupower-glib/up-types.h
@@ -83,26 +83,12 @@ typedef enum {
UP_DEVICE_TECHNOLOGY_LAST
} UpDeviceTechnology;
-/**
- * UpQosKind:
- *
- * The type of QOS request.
- **/
-typedef enum {
- UP_QOS_KIND_UNKNOWN,
- UP_QOS_KIND_NETWORK,
- UP_QOS_KIND_CPU_DMA,
- UP_QOS_KIND_LAST
-} UpQosKind;
-
const gchar *up_device_kind_to_string (UpDeviceKind type_enum);
const gchar *up_device_state_to_string (UpDeviceState state_enum);
const gchar *up_device_technology_to_string (UpDeviceTechnology technology_enum);
UpDeviceKind up_device_kind_from_string (const gchar *type);
UpDeviceState up_device_state_from_string (const gchar *state);
UpDeviceTechnology up_device_technology_from_string (const gchar *technology);
-const gchar *up_qos_kind_to_string (UpQosKind type);
-UpQosKind up_qos_kind_from_string (const gchar *type);
G_END_DECLS