mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 10:20:11 +01:00
libnm: fix documentation for nm_utils_file_search_in_paths()
(cherry picked from commit fc5a66b14b)
This commit is contained in:
parent
6f643d2761
commit
da31779f10
2 changed files with 2 additions and 2 deletions
|
|
@ -2218,7 +2218,7 @@ nm_utils_file_is_pkcs12 (const char *filename)
|
|||
* for additional checks. This check is performed after the check for
|
||||
* @file_test_flags. You cannot omit both @file_test_flags and @predicate.
|
||||
* @user_data: (closure): (allow-none): user data for @predicate function.
|
||||
* @error: on failure, a "not found" error using @error_domain and @error_code
|
||||
* @error: (allow-none): on failure, set a "not found" error %G_IO_ERROR %G_IO_ERROR_NOT_FOUND.
|
||||
*
|
||||
* Searches for a @progname file in a list of search @paths.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1756,7 +1756,7 @@ nm_utils_file_is_pkcs12 (const char *filename)
|
|||
* for additional checks. This check is performed after the check for
|
||||
* @file_test_flags. You cannot omit both @file_test_flags and @predicate.
|
||||
* @user_data: (closure): (allow-none): user data for @predicate function.
|
||||
* @error: on failure, a "not found" error using @error_domain and @error_code
|
||||
* @error: (allow-none): on failure, set a "not found" error %G_IO_ERROR %G_IO_ERROR_NOT_FOUND.
|
||||
*
|
||||
* Searches for a @progname file in a list of search @paths.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue