summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-team-port.c
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-03-24 15:18:21 +0000
committerThomas Haller <thaller@redhat.com>2018-03-26 12:45:49 +0200
commit468a01933323f66c55ff2c1db78cf6d7996a3289 (patch)
treee1360d55d71602e2f33e986f6e1194618c55540f /libnm-core/nm-setting-team-port.c
parent03a9bb88aac42bde7f29c41ccb3785752aeb0d0e (diff)
downloadNetworkManager-468a01933323f66c55ff2c1db78cf6d7996a3289.tar.gz
gobject-introspection: made several fixes to the annotations
https://bugzilla.gnome.org/show_bug.cgi?id=794658
Diffstat (limited to 'libnm-core/nm-setting-team-port.c')
-rw-r--r--libnm-core/nm-setting-team-port.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-team-port.c b/libnm-core/nm-setting-team-port.c
index 3471fe58f2..ad95427710 100644
--- a/libnm-core/nm-setting-team-port.c
+++ b/libnm-core/nm-setting-team-port.c
@@ -696,7 +696,7 @@ nm_setting_team_port_class_init (NMSettingTeamPortClass *setting_class)
G_PARAM_STATIC_STRINGS));
/**
- * NMSettingTeamPort:link-watchers:
+ * NMSettingTeamPort:link-watchers: (type GPtrArray(NMTeamLinkWatcher))
*
* Link watchers configuration for the connection: each link watcher is
* defined by a dictionary, whose keys depend upon the selected link
@@ -707,7 +707,6 @@ nm_setting_team_port_class_init (NMSettingTeamPortClass *setting_class)
* arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',
* 'validate-incative', 'send-always'. See teamd.conf man for more details.
*
- * Element-Type: NMTeamLinkWatcher
* Since: 1.12
**/
g_object_class_install_property