b24330dc8f0c1fb558b00c6aa9885f9ea2c2bd54
[external/udev.git] / libudev / docs / html / libudev.devhelp
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3 <book xmlns="http://www.devhelp.net/book" title="libudev Reference Manual" link="index.html" author="" name="libudev">
4   <chapters>
5     <sub name="libudev" link="ch01.html">
6       <sub name="udev" link="libudev-udev.html"/>
7       <sub name="udev_list" link="libudev-udev-list.html"/>
8       <sub name="udev_device" link="libudev-udev-device.html"/>
9       <sub name="udev_monitor" link="libudev-udev-monitor.html"/>
10       <sub name="udev_enumerate" link="libudev-udev-enumerate.html"/>
11       <sub name="udev_queue" link="libudev-udev-queue.html"/>
12     </sub>
13     <sub name="API Index" link="api-index-full.html"/>
14   </chapters>
15   <functions>
16     <function name="struct udev" link="libudev-udev.html#udev"/>
17     <function name="udev_ref ()" link="libudev-udev.html#udev-ref"/>
18     <function name="udev_unref ()" link="libudev-udev.html#udev-unref"/>
19     <function name="udev_new ()" link="libudev-udev.html#udev-new"/>
20     <function name="udev_set_log_fn ()" link="libudev-udev.html#udev-set-log-fn"/>
21     <function name="udev_get_log_priority ()" link="libudev-udev.html#udev-get-log-priority"/>
22     <function name="udev_set_log_priority ()" link="libudev-udev.html#udev-set-log-priority"/>
23     <function name="udev_get_sys_path ()" link="libudev-udev.html#udev-get-sys-path"/>
24     <function name="udev_get_dev_path ()" link="libudev-udev.html#udev-get-dev-path"/>
25     <function name="udev_get_userdata ()" link="libudev-udev.html#udev-get-userdata"/>
26     <function name="udev_set_userdata ()" link="libudev-udev.html#udev-set-userdata"/>
27     <function name="struct udev_list_entry" link="libudev-udev-list.html#udev-list-entry"/>
28     <function name="udev_list_entry_get_next ()" link="libudev-udev-list.html#udev-list-entry-get-next"/>
29     <function name="udev_list_entry_get_by_name ()" link="libudev-udev-list.html#udev-list-entry-get-by-name"/>
30     <function name="udev_list_entry_get_name ()" link="libudev-udev-list.html#udev-list-entry-get-name"/>
31     <function name="udev_list_entry_get_value ()" link="libudev-udev-list.html#udev-list-entry-get-value"/>
32     <function name="udev_list_entry_foreach()" link="libudev-udev-list.html#udev-list-entry-foreach"/>
33     <function name="struct udev_device" link="libudev-udev-device.html#udev-device"/>
34     <function name="udev_device_ref ()" link="libudev-udev-device.html#udev-device-ref"/>
35     <function name="udev_device_unref ()" link="libudev-udev-device.html#udev-device-unref"/>
36     <function name="udev_device_get_udev ()" link="libudev-udev-device.html#udev-device-get-udev"/>
37     <function name="udev_device_new_from_syspath ()" link="libudev-udev-device.html#udev-device-new-from-syspath"/>
38     <function name="udev_device_new_from_devnum ()" link="libudev-udev-device.html#udev-device-new-from-devnum"/>
39     <function name="udev_device_new_from_subsystem_sysname ()" link="libudev-udev-device.html#udev-device-new-from-subsystem-sysname"/>
40     <function name="udev_device_new_from_environment ()" link="libudev-udev-device.html#udev-device-new-from-environment"/>
41     <function name="udev_device_get_parent ()" link="libudev-udev-device.html#udev-device-get-parent"/>
42     <function name="udev_device_get_parent_with_subsystem_devtype ()" link="libudev-udev-device.html#udev-device-get-parent-with-subsystem-devtype"/>
43     <function name="udev_device_get_devpath ()" link="libudev-udev-device.html#udev-device-get-devpath"/>
44     <function name="udev_device_get_subsystem ()" link="libudev-udev-device.html#udev-device-get-subsystem"/>
45     <function name="udev_device_get_devtype ()" link="libudev-udev-device.html#udev-device-get-devtype"/>
46     <function name="udev_device_get_syspath ()" link="libudev-udev-device.html#udev-device-get-syspath"/>
47     <function name="udev_device_get_sysname ()" link="libudev-udev-device.html#udev-device-get-sysname"/>
48     <function name="udev_device_get_sysnum ()" link="libudev-udev-device.html#udev-device-get-sysnum"/>
49     <function name="udev_device_get_devnode ()" link="libudev-udev-device.html#udev-device-get-devnode"/>
50     <function name="udev_device_get_is_initialized ()" link="libudev-udev-device.html#udev-device-get-is-initialized"/>
51     <function name="udev_device_get_devlinks_list_entry ()" link="libudev-udev-device.html#udev-device-get-devlinks-list-entry"/>
52     <function name="udev_device_get_properties_list_entry ()" link="libudev-udev-device.html#udev-device-get-properties-list-entry"/>
53     <function name="udev_device_get_tags_list_entry ()" link="libudev-udev-device.html#udev-device-get-tags-list-entry"/>
54     <function name="udev_device_get_property_value ()" link="libudev-udev-device.html#udev-device-get-property-value"/>
55     <function name="udev_device_get_driver ()" link="libudev-udev-device.html#udev-device-get-driver"/>
56     <function name="udev_device_get_devnum ()" link="libudev-udev-device.html#udev-device-get-devnum"/>
57     <function name="udev_device_get_action ()" link="libudev-udev-device.html#udev-device-get-action"/>
58     <function name="udev_device_get_sysattr_value ()" link="libudev-udev-device.html#udev-device-get-sysattr-value"/>
59     <function name="udev_device_get_seqnum ()" link="libudev-udev-device.html#udev-device-get-seqnum"/>
60     <function name="udev_device_get_usec_since_initialized ()" link="libudev-udev-device.html#udev-device-get-usec-since-initialized"/>
61     <function name="struct udev_monitor" link="libudev-udev-monitor.html#udev-monitor"/>
62     <function name="udev_monitor_ref ()" link="libudev-udev-monitor.html#udev-monitor-ref"/>
63     <function name="udev_monitor_unref ()" link="libudev-udev-monitor.html#udev-monitor-unref"/>
64     <function name="udev_monitor_get_udev ()" link="libudev-udev-monitor.html#udev-monitor-get-udev"/>
65     <function name="udev_monitor_new_from_netlink ()" link="libudev-udev-monitor.html#udev-monitor-new-from-netlink"/>
66     <function name="udev_monitor_new_from_socket ()" link="libudev-udev-monitor.html#udev-monitor-new-from-socket"/>
67     <function name="udev_monitor_enable_receiving ()" link="libudev-udev-monitor.html#udev-monitor-enable-receiving"/>
68     <function name="udev_monitor_set_receive_buffer_size ()" link="libudev-udev-monitor.html#udev-monitor-set-receive-buffer-size"/>
69     <function name="udev_monitor_get_fd ()" link="libudev-udev-monitor.html#udev-monitor-get-fd"/>
70     <function name="udev_monitor_receive_device ()" link="libudev-udev-monitor.html#udev-monitor-receive-device"/>
71     <function name="udev_monitor_filter_add_match_subsystem_devtype ()" link="libudev-udev-monitor.html#udev-monitor-filter-add-match-subsystem-devtype"/>
72     <function name="udev_monitor_filter_add_match_tag ()" link="libudev-udev-monitor.html#udev-monitor-filter-add-match-tag"/>
73     <function name="udev_monitor_filter_update ()" link="libudev-udev-monitor.html#udev-monitor-filter-update"/>
74     <function name="udev_monitor_filter_remove ()" link="libudev-udev-monitor.html#udev-monitor-filter-remove"/>
75     <function name="struct udev_enumerate" link="libudev-udev-enumerate.html#udev-enumerate"/>
76     <function name="udev_enumerate_ref ()" link="libudev-udev-enumerate.html#udev-enumerate-ref"/>
77     <function name="udev_enumerate_unref ()" link="libudev-udev-enumerate.html#udev-enumerate-unref"/>
78     <function name="udev_enumerate_get_udev ()" link="libudev-udev-enumerate.html#udev-enumerate-get-udev"/>
79     <function name="udev_enumerate_new ()" link="libudev-udev-enumerate.html#udev-enumerate-new"/>
80     <function name="udev_enumerate_add_match_subsystem ()" link="libudev-udev-enumerate.html#udev-enumerate-add-match-subsystem"/>
81     <function name="udev_enumerate_add_nomatch_subsystem ()" link="libudev-udev-enumerate.html#udev-enumerate-add-nomatch-subsystem"/>
82     <function name="udev_enumerate_add_match_sysattr ()" link="libudev-udev-enumerate.html#udev-enumerate-add-match-sysattr"/>
83     <function name="udev_enumerate_add_nomatch_sysattr ()" link="libudev-udev-enumerate.html#udev-enumerate-add-nomatch-sysattr"/>
84     <function name="udev_enumerate_add_match_property ()" link="libudev-udev-enumerate.html#udev-enumerate-add-match-property"/>
85     <function name="udev_enumerate_add_match_tag ()" link="libudev-udev-enumerate.html#udev-enumerate-add-match-tag"/>
86     <function name="udev_enumerate_add_match_is_initialized ()" link="libudev-udev-enumerate.html#udev-enumerate-add-match-is-initialized"/>
87     <function name="udev_enumerate_add_match_sysname ()" link="libudev-udev-enumerate.html#udev-enumerate-add-match-sysname"/>
88     <function name="udev_enumerate_add_syspath ()" link="libudev-udev-enumerate.html#udev-enumerate-add-syspath"/>
89     <function name="udev_enumerate_scan_devices ()" link="libudev-udev-enumerate.html#udev-enumerate-scan-devices"/>
90     <function name="udev_enumerate_scan_subsystems ()" link="libudev-udev-enumerate.html#udev-enumerate-scan-subsystems"/>
91     <function name="udev_enumerate_get_list_entry ()" link="libudev-udev-enumerate.html#udev-enumerate-get-list-entry"/>
92     <function name="struct udev_queue" link="libudev-udev-queue.html#udev-queue"/>
93     <function name="udev_queue_ref ()" link="libudev-udev-queue.html#udev-queue-ref"/>
94     <function name="udev_queue_unref ()" link="libudev-udev-queue.html#udev-queue-unref"/>
95     <function name="udev_queue_get_udev ()" link="libudev-udev-queue.html#udev-queue-get-udev"/>
96     <function name="udev_queue_new ()" link="libudev-udev-queue.html#udev-queue-new"/>
97     <function name="udev_queue_get_udev_is_active ()" link="libudev-udev-queue.html#udev-queue-get-udev-is-active"/>
98     <function name="udev_queue_get_queue_is_empty ()" link="libudev-udev-queue.html#udev-queue-get-queue-is-empty"/>
99     <function name="udev_queue_get_seqnum_is_finished ()" link="libudev-udev-queue.html#udev-queue-get-seqnum-is-finished"/>
100     <function name="udev_queue_get_seqnum_sequence_is_finished ()" link="libudev-udev-queue.html#udev-queue-get-seqnum-sequence-is-finished"/>
101     <function name="udev_queue_get_queued_list_entry ()" link="libudev-udev-queue.html#udev-queue-get-queued-list-entry"/>
102     <function name="udev_queue_get_failed_list_entry ()" link="libudev-udev-queue.html#udev-queue-get-failed-list-entry"/>
103     <function name="udev_queue_get_kernel_seqnum ()" link="libudev-udev-queue.html#udev-queue-get-kernel-seqnum"/>
104     <function name="udev_queue_get_udev_seqnum ()" link="libudev-udev-queue.html#udev-queue-get-udev-seqnum"/>
105   </functions>
106 </book>