diff options
Diffstat (limited to 'libnm/nm-active-connection.c')
| -rw-r--r-- | libnm/nm-active-connection.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm/nm-active-connection.c b/libnm/nm-active-connection.c index a0ea8a25..6560fb8e 100644 --- a/libnm/nm-active-connection.c +++ b/libnm/nm-active-connection.c @@ -661,11 +661,9 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class) G_PARAM_STATIC_STRINGS)); /** - * NMActiveConnection:devices: + * NMActiveConnection:devices: (type GPtrArray(NMDevice)) * * The devices of the active connection. - * - * Element-type: NMDevice **/ g_object_class_install_property (object_class, PROP_DEVICES, |