From 22b3494de67e475ca9d0b216419cd9f483fd2939 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 24 Feb 2016 17:12:39 +0100 Subject: libnm,core: fix syntax of 'transfer' annotation --- libnm/nm-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnm') 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 -- cgit v1.2.1