chiark / gitweb /
gudev: add device::get_sysfs_attr_keys and device::has_sysfs_attr
[elogind.git] / src / gudev / gudevdevice.h
index 457b961c5ef07748258289c5b637f22d3b8d6c22..72ec180f55db7f6b1261ed9266d42d9573a1a7eb 100644 (file)
@@ -108,6 +108,9 @@ gboolean            g_udev_device_get_property_as_boolean   (GUdevDevice  *devic
 const gchar* const *g_udev_device_get_property_as_strv      (GUdevDevice  *device,
                                                              const gchar  *key);
 
+const gchar* const *g_udev_device_get_sysfs_attr_keys       (GUdevDevice  *device);
+gboolean            g_udev_device_has_sysfs_attr            (GUdevDevice  *device,
+                                                             const gchar  *key);
 const gchar        *g_udev_device_get_sysfs_attr            (GUdevDevice  *device,
                                                              const gchar  *name);
 gint                g_udev_device_get_sysfs_attr_as_int     (GUdevDevice  *device,