about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedudev1_private.h
blob: 0eb88ce3b8773b38d09226a44d039d2ccef3328a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh...
#endif

GO(udev_device_ref, pFp)
GO(udev_device_unref, pFp)
GO(udev_device_get_udev, pFp)
GO(udev_device_new_from_syspath, pFpp)
GO(udev_device_new_from_devnum, pFpcU)
GO(udev_device_new_from_subsystem_sysname, pFppp)
GO(udev_device_new_from_environment, pFp)
GO(udev_device_get_parent, pFp)
GO(udev_device_get_parent_with_subsystem_devtype, pFppp)
GO(udev_device_get_devpath, pFp)
GO(udev_device_get_subsystem, pFp)
GO(udev_device_get_devtype, pFp)
GO(udev_device_get_syspath, pFp)
GO(udev_device_get_sysname, pFp)
GO(udev_device_get_sysnum, pFp)
GO(udev_device_get_devnode, pFp)
GO(udev_device_get_is_initialized, iFp)
GO(udev_device_get_devlinks_list_entry, pFp)
GO(udev_device_get_properties_list_entry, pFp)
GO(udev_device_get_tags_list_entry, pFp)
GO(udev_device_get_property_value, pFpp)
GO(udev_device_get_driver, pFp)
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(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)
GO(udev_enumerate_get_udev, pFp)
GO(udev_enumerate_new, pFp)
GO(udev_enumerate_add_match_subsystem, iFpp)
GO(udev_enumerate_add_nomatch_subsystem, iFpp)
GO(udev_enumerate_add_match_sysattr, iFppp)
GO(udev_enumerate_add_nomatch_sysattr, iFppp)
GO(udev_enumerate_add_match_property, iFppp)
GO(udev_enumerate_add_match_tag, iFpp)
GO(udev_enumerate_add_match_parent, iFpp)
GO(udev_enumerate_add_match_is_initialized, iFp)
GO(udev_enumerate_add_match_sysname, iFpp)
GO(udev_enumerate_add_syspath, iFpp)
GO(udev_enumerate_scan_devices, iFp)
GO(udev_enumerate_scan_subsystems, iFp)
GO(udev_enumerate_get_list_entry, pFp)
GO(udev_list_entry_get_next, pFp)
GO(udev_list_entry_get_by_name, pFpp)
GO(udev_list_entry_get_name, pFp)
GO(udev_list_entry_get_value, pFp)
GO(udev_monitor_ref, pFp)
GO(udev_monitor_unref, pFp)
GO(udev_monitor_get_udev, pFp)
GO(udev_monitor_new_from_netlink, pFpp)
GO(udev_monitor_new_from_socket, pFpp)
GO(udev_monitor_enable_receiving, iFp)
GO(udev_monitor_set_receive_buffer_size, iFpi)
GO(udev_monitor_get_fd, iFp)
GO(udev_monitor_receive_device, pFp)
GO(udev_monitor_filter_add_match_subsystem_devtype, iFppp)
GO(udev_monitor_filter_add_match_tag, iFpp)
GO(udev_monitor_filter_update, iFp)
GO(udev_monitor_filter_remove, iFp)
GO(udev_new, pFv)
GO(udev_ref, pFp)
GO(udev_unref, pFp)
GO(udev_queue_ref, pFp)
GO(udev_queue_unref, pFp)
GO(udev_queue_get_udev, pFp)
GO(udev_queue_new, pFp)
GO(udev_queue_get_kernel_seqnum, UFp)
GO(udev_queue_get_udev_seqnum, UFp)
GO(udev_queue_get_udev_is_active, iFp)
GO(udev_queue_get_queue_is_empty, iFp)
GO(udev_queue_get_seqnum_is_finished, iFpU)
GO(udev_queue_get_seqnum_sequence_is_finished, iFpUU)
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)
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)