X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fgudev%2Fgudevdevice.h;h=72ec180f55db7f6b1261ed9266d42d9573a1a7eb;hb=dd0124f6cb6ff7da1ce8be23ec7e1137fe15958d;hp=457b961c5ef07748258289c5b637f22d3b8d6c22;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/src/gudev/gudevdevice.h b/src/gudev/gudevdevice.h index 457b961c5..72ec180f5 100644 --- a/src/gudev/gudevdevice.h +++ b/src/gudev/gudevdevice.h @@ -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,