summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-10-16 15:52:29 -0500
committerDan Williams <dcbw@redhat.com>2012-10-16 15:52:29 -0500
commit5cdc584ce21a962b0c0b49c62db341d3b02ac856 (patch)
tree83423e524715692151b1d1f447318f00c6089e13
parentba63cc5a652b70937eefdba81dd557c99ae5cc8e (diff)
downloadNetworkManager-5cdc584ce21a962b0c0b49c62db341d3b02ac856.tar.gz
libnm-glib: fix introspection annotation for nm_device_adsl_new()
-rw-r--r--libnm-glib/nm-device-adsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-device-adsl.c b/libnm-glib/nm-device-adsl.c
index 67aad9e809..bef3ceae42 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)