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