reported initialized.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_device_get_syspath()</function>,
+ <function>udev_device_get_sysname()</function>,
+ <function>udev_device_get_sysnum()</function>,
+ <function>udev_device_get_devpath()</function>,
+ <function>udev_device_get_devnode()</function>,
+ <function>udev_device_get_devnum()</function>,
+ <function>udev_device_get_devtype()</function>,
+ <function>udev_device_get_subsystem()</function>,
+ <function>udev_device_get_driver()</function>,
+ <function>udev_device_get_udev()</function>,
+ <function>udev_device_get_parent()</function>,
+ <function>udev_device_get_parent_with_subsystem_devtype()</function>,
+ <function>udev_device_get_is_initialized()</function>, and
+ <function>udev_device_get_action()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
the device's <property>syspath</property>.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_device_get_devlinks_list_entry()</function>,
+ <function>udev_device_get_properties_list_entry()</function>,
+ <function>udev_device_get_tags_list_entry()</function>,
+ <function>udev_device_get_sysattr_list_entry()</function>,
+ <function>udev_device_get_property_value()</function>,
+ <function>udev_device_has_tag()</function>,
+ <function>udev_device_get_sysattr_value()</function>, and
+ <function>udev_device_set_sysattr_value()</function> were added in version 221.</para>
+ <para><function>udev_device_has_current_tag()</function> and
+ <function>udev_device_get_current_tags_list_entry()</function> were added in version 247.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
<constant>NULL</constant>.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_device_new_from_syspath()</function>,
+ <function>udev_device_new_from_devnum()</function>,
+ <function>udev_device_new_from_subsystem_sysname()</function>,
+ <function>udev_device_new_from_device_id()</function>,
+ <function>udev_device_new_from_environment()</function>,
+ <function>udev_device_ref()</function>, and
+ <function>udev_device_unref()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
<constant>0</constant>.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_enumerate_add_match_subsystem()</function>,
+ <function>udev_enumerate_add_nomatch_subsystem()</function>,
+ <function>udev_enumerate_add_match_sysattr()</function>,
+ <function>udev_enumerate_add_nomatch_sysattr()</function>,
+ <function>udev_enumerate_add_match_property()</function>,
+ <function>udev_enumerate_add_match_sysname()</function>,
+ <function>udev_enumerate_add_match_tag()</function>,
+ <function>udev_enumerate_add_match_parent()</function>, and
+ <function>udev_enumerate_add_match_is_initialized()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
<constant>NULL</constant>.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_enumerate_new()</function>,
+ <function>udev_enumerate_ref()</function>, and
+ <function>udev_enumerate_unref()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
object is associated with.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_enumerate_scan_devices()</function>,
+ <function>udev_enumerate_scan_subsystems()</function>,
+ <function>udev_enumerate_get_list_entry()</function>,
+ <function>udev_enumerate_add_syspath()</function>, and
+ <function>udev_enumerate_get_udev()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
On failure, <constant>NULL</constant> is returned.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_list_entry_get_next()</function>,
+ <function>udev_list_entry_get_by_name()</function>,
+ <function>udev_list_entry_get_name()</function>, and
+ <function>udev_list_entry_get_value()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
returned.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_monitor_filter_update()</function>,
+ <function>udev_monitor_filter_remove()</function>,
+ <function>udev_monitor_filter_add_match_subsystem_devtype()</function>, and
+ <function>udev_monitor_filter_add_match_tag()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
<constant>NULL</constant>.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_monitor_new_from_netlink()</function>,
+ <function>udev_monitor_ref()</function>, and
+ <function>udev_monitor_unref()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
with.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_monitor_receive_device()</function>,
+ <function>udev_monitor_enable_receiving()</function>,
+ <function>udev_monitor_set_receive_buffer_size()</function>,
+ <function>udev_monitor_get_fd()</function>, and
+ <function>udev_monitor_get_udev()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>
always returns <constant>NULL</constant>.</para>
</refsect1>
+ <refsect1>
+ <title>History</title>
+ <para><function>udev_new()</function>,
+ <function>udev_ref()</function>, and
+ <function>udev_unref()</function> were added in version 221.</para>
+ </refsect1>
+
<refsect1>
<title>See Also</title>