mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 19:50:14 +01:00
core/trivial: fix documentation of nm_utils_uuid_generate_from_strings()
This commit is contained in:
parent
3d25613327
commit
7d2e43a455
1 changed files with 2 additions and 2 deletions
|
|
@ -1761,10 +1761,10 @@ nm_utils_ascii_str_to_int64 (const char *str, guint base, gint64 min, gint64 max
|
|||
* Returns a variant3 UUID based on the concatenated C strings.
|
||||
* It does not simply concatenate them, but also includes the
|
||||
* terminating '\0' character. For example "a", "b", gives
|
||||
* "a\0b\0\0".
|
||||
* "a\0b\0".
|
||||
*
|
||||
* This has the advantage, that the following invocations
|
||||
* all give different UUIDs: (""), ("",""), ("","a"), ("a",""),
|
||||
* all give different UUIDs: (NULL), (""), ("",""), ("","a"), ("a",""),
|
||||
* ("aa"), ("aa", ""), ("", "aa"), ...
|
||||
*/
|
||||
char *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue