X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Flibudev%2Flibudev-device.c;fp=src%2Fudev%2Flibudev-device.c;h=257d6355fed0d5ce54967822a8435c5845196f79;hb=bb061708d5aa83579f213bdfb67253f7027217c3;hp=40b00ac5d2b7e9487faf95cff858466521b34985;hpb=74afee9c18fe74035387e4e17ca60c6b51ee9af3;p=elogind.git diff --git a/src/udev/libudev-device.c b/src/libudev/libudev-device.c similarity index 99% rename from src/udev/libudev-device.c rename to src/libudev/libudev-device.c index 40b00ac5d..257d6355f 100644 --- a/src/udev/libudev-device.c +++ b/src/libudev/libudev-device.c @@ -1136,7 +1136,7 @@ _public_ const char *udev_device_get_devnode(struct udev_device *udev_device) * * Retrieve the list of device links pointing to the device file of * the udev device. The next list entry can be retrieved with - * udev_list_entry_next(), which returns #NULL if no more entries exist. + * udev_list_entry_get_next(), which returns #NULL if no more entries exist. * The devlink path can be retrieved from the list entry by * udev_list_entry_get_name(). The path is an absolute path, and starts with * the device directory. @@ -1163,10 +1163,10 @@ void udev_device_cleanup_devlinks_list(struct udev_device *udev_device) * @udev_device: udev device * * Retrieve the list of key/value device properties of the udev - * device. The next list entry can be retrieved with udev_list_entry_next(), + * device. The next list entry can be retrieved with udev_list_entry_get_next(), * which returns #NULL if no more entries exist. The property name - * can be retrieved from the list entry by udev_list_get_name(), - * the property value by udev_list_get_value(). + * can be retrieved from the list entry by udev_list_entry_get_name(), + * the property value by udev_list_entry_get_value(). * * Returns: the first entry of the property list **/ @@ -1575,9 +1575,9 @@ void udev_device_cleanup_tags_list(struct udev_device *udev_device) * @udev_device: udev device * * Retrieve the list of tags attached to the udev device. The next - * list entry can be retrieved with udev_list_entry_next(), + * list entry can be retrieved with udev_list_entry_get_next(), * which returns #NULL if no more entries exist. The tag string - * can be retrieved from the list entry by udev_list_get_name(). + * can be retrieved from the list entry by udev_list_entry_get_name(). * * Returns: the first entry of the tag list **/