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/NetworkManagerUtils.c | |
| parent | 36573225b65413084a945baf368f19c89464404b (diff) | |
| download | NetworkManager-22b3494de67e475ca9d0b216419cd9f483fd2939.tar.gz | |
libnm,core: fix syntax of 'transfer' annotation
Diffstat (limited to 'src/NetworkManagerUtils.c')
| -rw-r--r-- | src/NetworkManagerUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c index 5379c54038..695597a031 100644 --- a/src/NetworkManagerUtils.c +++ b/src/NetworkManagerUtils.c @@ -1558,7 +1558,7 @@ nm_match_spec_match_config (const GSList *specs, guint cur_nm_version, const cha * any whitespace after the colon, so "interface-name: X" matches an interface * named " X". * - * Returns: (transfer-full): the list of device specs. + * Returns: (transfer full): the list of device specs. */ GSList * nm_match_spec_split (const char *value) @@ -1653,7 +1653,7 @@ nm_match_spec_split (const char *value) * This is based on g_key_file_parse_string_as_value(), analog to * nm_match_spec_split() which is based on g_key_file_parse_value_as_string(). * - * Returns: (transfer-full): a joined list of device specs that can be + * Returns: (transfer full): a joined list of device specs that can be * split again with nm_match_spec_split(). Note that * nm_match_spec_split (nm_match_spec_join (specs)) yields the original * result (which is not true the other way around because there are multiple |
