From af55e25f146e02e5e950ca30cdac863bbc5da73d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 2 Jul 2011 14:49:02 -0500 Subject: [PATCH] libnm-glib: fix GObject introspection annotation --- libnm-glib/nm-device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libnm-glib/nm-device.c b/libnm-glib/nm-device.c index 664c11589f..f06c1e4af9 100644 --- a/libnm-glib/nm-device.c +++ b/libnm-glib/nm-device.c @@ -1217,7 +1217,8 @@ nm_device_get_state (NMDevice *device) * * Gets the #NMActiveConnection object which owns this device during activation. * - * Returns: the #NMActiveConnection + * Returns: (transfer none): the #NMActiveConnection or %NULL if the device is + * not part of an active connection **/ NMActiveConnection * nm_device_get_active_connection (NMDevice *device)