diff options
Diffstat (limited to 'src/nm-multi-index.c')
| -rw-r--r-- | src/nm-multi-index.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nm-multi-index.c b/src/nm-multi-index.c index 47cd9810..6ae54a98 100644 --- a/src/nm-multi-index.c +++ b/src/nm-multi-index.c @@ -18,15 +18,12 @@ * Copyright (C) 2015 Red Hat, Inc. */ -#include "config.h" - #include "nm-default.h" + #include "nm-multi-index.h" #include <string.h> -#include "nm-macros-internal.h" - struct NMMultiIndex { NMMultiIndexFuncEqual equal_fcn; NMMultiIndexFuncClone clone_fcn; @@ -111,7 +108,7 @@ _values_data_get_data (ValuesData *values_data, * @out_len: (allow-none): output the number of values * that are returned. * - * Returns: (transfer-none): %NULL if there are no values + * Returns: (transfer none): %NULL if there are no values * or a %NULL terminated array of pointers. */ void *const* |