diff options
Diffstat (limited to 'src/kerneldevice/mm-kernel-device.h')
-rw-r--r-- | src/kerneldevice/mm-kernel-device.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/kerneldevice/mm-kernel-device.h b/src/kerneldevice/mm-kernel-device.h index 8ef04ed9..adf6da82 100644 --- a/src/kerneldevice/mm-kernel-device.h +++ b/src/kerneldevice/mm-kernel-device.h @@ -58,17 +58,10 @@ struct _MMKernelDeviceClass { gboolean (* cmp) (MMKernelDevice *a, MMKernelDevice *b); - gboolean (* has_property) (MMKernelDevice *self, const gchar *property); - const gchar * (* get_property) (MMKernelDevice *self, const gchar *property); - gboolean (* get_property_as_boolean) (MMKernelDevice *self, const gchar *property); - gint (* get_property_as_int) (MMKernelDevice *self, const gchar *property); - guint (* get_property_as_int_hex) (MMKernelDevice *self, const gchar *property); - - gboolean (* has_global_property) (MMKernelDevice *self, const gchar *property); - const gchar * (* get_global_property) (MMKernelDevice *self, const gchar *property); - gboolean (* get_global_property_as_boolean) (MMKernelDevice *self, const gchar *property); - gint (* get_global_property_as_int) (MMKernelDevice *self, const gchar *property); - guint (* get_global_property_as_int_hex) (MMKernelDevice *self, const gchar *property); + gboolean (* has_property) (MMKernelDevice *self, const gchar *property); + const gchar * (* get_property) (MMKernelDevice *self, const gchar *property); + gboolean (* has_global_property) (MMKernelDevice *self, const gchar *property); + const gchar * (* get_global_property) (MMKernelDevice *self, const gchar *property); }; GType mm_kernel_device_get_type (void); |