summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-02-24 17:12:39 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2016-02-24 17:23:01 +0100
commit22b3494de67e475ca9d0b216419cd9f483fd2939 (patch)
treef79f711fdeec9be27cb8e619fcb36739250b6100 /libnm
parent36573225b65413084a945baf368f19c89464404b (diff)
downloadNetworkManager-22b3494de67e475ca9d0b216419cd9f483fd2939.tar.gz
libnm,core: fix syntax of 'transfer' annotation
Diffstat (limited to 'libnm')
-rw-r--r--libnm/nm-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index 53f42f82b2..fa32b4c76f 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -2326,7 +2326,7 @@ nm_device_reapply_finish (NMDevice *device,
*
* Fetch the currently applied connection on the device.
*
- * Returns: (transfer-full): a %NMConnection with the currently applied settings
+ * Returns: (transfer full): a %NMConnection with the currently applied settings
* or %NULL on error.
*
* Since: 1.2
@@ -2454,7 +2454,7 @@ nm_device_get_applied_connection_async (NMDevice *device,
*
* Gets the result of a call to nm_device_get_applied_connection_async().
*
- * Returns: (transfer-full): a currently applied %NMConnection or %NULL in case
+ * Returns: (transfer full): a currently applied %NMConnection or %NULL in case
* of error.
*
* Since: 1.2