mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-19 08:07:08 +07:00
sd-login: update header docs a bit
This commit is contained in:
parent
c1d70f7ca5
commit
ee1f44bd9a
@ -34,7 +34,9 @@ extern "C" {
|
||||
* Instead of returning an empty string array or empty uid array, we
|
||||
* may return NULL.
|
||||
*
|
||||
* Free the data we return with libc free().
|
||||
* Free the data the library returns with libc free(). String arrays
|
||||
* are NULL terminated and you need to free the array itself in
|
||||
* addition to the strings contained.
|
||||
*
|
||||
* We return error codes as negative errno, kernel-style. 0 or
|
||||
* positive on success.
|
||||
|
Loading…
Reference in New Issue
Block a user