summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-12-05 11:53:29 +0100
committerThomas Haller <thaller@redhat.com>2014-12-05 11:53:29 +0100
commit005b83de478cc41847d9916518eccd7e230bbf78 (patch)
treed7cca4b6bcdc9e6f526bf9b6602ba6494db7ce24 /libnm-util
parent540a30ef96bda06bc99b5479a904434d804e1af1 (diff)
downloadNetworkManager-005b83de478cc41847d9916518eccd7e230bbf78.tar.gz
libnm: fix gtkdoc annotations for nm_utils_file_search_in_paths()
Fixes: 6399170ff36986b7e973f77598390b37612106cb
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/nm-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c
index 5a9caf3b37..be3cb6342c 100644
--- a/libnm-util/nm-utils.c
+++ b/libnm-util/nm-utils.c
@@ -1746,10 +1746,10 @@ nm_utils_file_is_pkcs12 (const char *filename)
* 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: if given, pass the file name to this function
+ * @predicate: (scope call): 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: (allow-none): user data for @predicate function.
+ * @user_data: (closure): (allow-none): user data for @predicate function.
* @error: on failure, a "not found" error using @error_domain and @error_code
*
* Searches for a @progname file in a list of search @paths.