diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedudev1_private.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/wrapped/wrappedudev1_private.h b/src/wrapped/wrappedudev1_private.h index d16f424e..3a6f1d9a 100755 --- a/src/wrapped/wrappedudev1_private.h +++ b/src/wrapped/wrappedudev1_private.h @@ -28,8 +28,8 @@ GO(udev_device_get_devnum, uFp) GO(udev_device_get_action, pFp) GO(udev_device_get_sysattr_value, pFpp) GO(udev_device_get_sysattr_list_entry, pFp) -GO(dev_device_get_seqnum, UFp) -GO(dev_device_get_usec_since_initialized, UFp) +GO(udev_device_get_seqnum, UFp) +GO(udev_device_get_usec_since_initialized, UFp) GO(udev_device_has_tag, iFpp) GO(udev_enumerate_ref, pFp) GO(udev_enumerate_unref, pFp) @@ -82,4 +82,15 @@ GO(udev_queue_get_queued_list_entry, pFp) GO(udev_queue_get_failed_list_entry, pFp) GOM(udev_set_log_fn, vFEpp) GO(udev_get_log_priority, iFp) -GO(udev_set_log_priority, vFpi) \ No newline at end of file +GO(udev_set_log_priority, vFpi) +GO(udev_get_userdata, pFp) +GO(udev_set_userdata, vFpp) +GO(udev_device_new_from_device_id, pFpp) +GO(udev_device_set_sysattr_value, iFppp) +GO(udev_queue_get_fd, iFp) +GO(udev_queue_flush, iFp) +GO(udev_hwdb_ref, pFp) +GO(udev_hwdb_unref, pFp) +GO(udev_hwdb_new, pFp) +GO(udev_hwdb_get_properties_list_entry, pFppu) +GO(udev_util_encode_string, iFppL) \ No newline at end of file |