mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
@@ -52,12 +52,13 @@
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
||||
<para><function>udev_enumerate_new()</function> creates an enumeration context to scan /sys.</para>
|
||||
<para><function>udev_enumerate_new()</function> creates an enumeration context to scan
|
||||
<filename>/sys/</filename>.</para>
|
||||
|
||||
<para><function>udev_enumerate_ref()</function> takes a reference of an enumeration context.</para>
|
||||
|
||||
<para><function>udev_enumerate_unref()</function> drops a reference of an enumeration context. If the refcount reaches zero,
|
||||
all resources of the enumeration context will be released.</para>
|
||||
<para><function>udev_enumerate_unref()</function> drops a reference of an enumeration context. If the
|
||||
refcount reaches zero, all resources of the enumeration context will be released.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
||||
Reference in New Issue
Block a user