diff options
| author | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:35 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:35 +0100 |
| commit | fb6910b6176a81c9ee1f868017a6eba26c806cc2 (patch) | |
| tree | 80d4e9b53b4d1b5dd3b191048c17cd6ebaa70911 /src/libnm-core-impl/nm-utils.c | |
| parent | ddbb315c36cfe7216f5a748f2e2a49ecf42d4d77 (diff) | |
| parent | e465722b908aa870bdc293b9a417d3c15294aa6d (diff) | |
Update upstream source from tag 'upstream/1.50.1'
Update to upstream version '1.50.1' with Debian dir 79e2d35ba659f65eb90078d6e46e316745aa2e42
Diffstat (limited to 'src/libnm-core-impl/nm-utils.c')
| -rw-r--r-- | src/libnm-core-impl/nm-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-core-impl/nm-utils.c b/src/libnm-core-impl/nm-utils.c index f7f4e770..fea13a95 100644 --- a/src/libnm-core-impl/nm-utils.c +++ b/src/libnm-core-impl/nm-utils.c @@ -3626,10 +3626,10 @@ _nm_utils_check_module_file(const char *name, * Can be empty or %NULL, in which case only @try_first is checked. * @file_test_flags: the flags passed to g_file_test() when searching * for @progname. Set it to 0 to skip the g_file_test(). - * @predicate: (scope call): if given, pass the file name to this function + * @predicate: (scope call) (closure user_data): if given, pass the file name to this function * 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) (nullable): user data for @predicate function. + * @user_data: (nullable): user data for @predicate function. * @error: 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. |