diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-01 16:55:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-01 16:55:22 +0100 |
| commit | c2de0d98ba39e0a1a970d066fd19be786092f376 (patch) | |
| tree | 3838363c06a6019db6cf1f882ea34ebded63c38b /src/nm-multi-index.c | |
| parent | 494f296a3baab08522617b24b1f126d8f9a17502 (diff) | |
Imported Upstream version 1.1.91 upstream/1.1.91
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* |