diff options
| author | Beniamino Galvani <bgalvani@redhat.com> | 2016-02-24 17:12:39 +0100 |
|---|---|---|
| committer | Beniamino Galvani <bgalvani@redhat.com> | 2016-02-24 17:23:01 +0100 |
| commit | 22b3494de67e475ca9d0b216419cd9f483fd2939 (patch) | |
| tree | f79f711fdeec9be27cb8e619fcb36739250b6100 /src/nm-config-data.c | |
| parent | 36573225b65413084a945baf368f19c89464404b (diff) | |
| download | NetworkManager-22b3494de67e475ca9d0b216419cd9f483fd2939.tar.gz | |
libnm,core: fix syntax of 'transfer' annotation
Diffstat (limited to 'src/nm-config-data.c')
| -rw-r--r-- | src/nm-config-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-config-data.c b/src/nm-config-data.c index 21f8f3ad32..1702b551cd 100644 --- a/src/nm-config-data.c +++ b/src/nm-config-data.c @@ -323,7 +323,7 @@ _nm_config_data_get_keyfile_user (const NMConfigData *self) * nm_config_data_get_groups: * @self: the #NMConfigData instance * - * Returns: (transfer-full): the list of groups in the configuration. The order + * Returns: (transfer full): the list of groups in the configuration. The order * of the section is undefined, as the configuration gets merged from multiple * sources. */ |
