chiark / gitweb /
libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc
[elogind.git] / libudev / libudev.h
index 021ef9e8c0f186900fd4de6c3e0346bd74c95631..1d4a4ae520e7f72ba1bd74a887ce0fd8e2f14d24 100644 (file)
@@ -101,6 +101,7 @@ const char *udev_device_get_action(struct udev_device *udev_device);
 unsigned long long int udev_device_get_seqnum(struct udev_device *udev_device);
 unsigned long long int udev_device_get_usec_since_initialized(struct udev_device *udev_device);
 const char *udev_device_get_sysattr_value(struct udev_device *udev_device, const char *sysattr);
+int udev_device_has_tag(struct udev_device *udev_device, const char *tag);
 
 /*
  * udev_monitor