From cb3450b32f8af5fb14280a4dd50d59f5d74232a2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 16 Oct 2012 15:52:29 -0500 Subject: [PATCH] libnm-glib: fix introspection annotation for nm_device_adsl_new() --- libnm-glib/nm-device-adsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-glib/nm-device-adsl.c b/libnm-glib/nm-device-adsl.c index 67aad9e80..bef3ceae4 100644 --- a/libnm-glib/nm-device-adsl.c +++ b/libnm-glib/nm-device-adsl.c @@ -72,7 +72,7 @@ nm_device_adsl_error_quark (void) * * Creates a new #NMDeviceAdsl. * - * Returns: a new device + * Returns: (transfer full): a new device **/ GObject * nm_device_adsl_new (DBusGConnection *connection, const char *path)