diff options
author | Dan Williams <dcbw@redhat.com> | 2012-10-16 15:52:29 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-10-16 15:53:08 -0500 |
commit | cb3450b32f8af5fb14280a4dd50d59f5d74232a2 (patch) | |
tree | 760b270acc5797cf75b927fa42eb13fc91b474f4 | |
parent | 246633a854b7af6c5f53678147ad4ae268c2a22f (diff) | |
download | NetworkManager-cb3450b32f8af5fb14280a4dd50d59f5d74232a2.tar.gz |
libnm-glib: fix introspection annotation for nm_device_adsl_new()
-rw-r--r-- | libnm-glib/nm-device-adsl.c | 2 |
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) |