summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-user.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-user.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-user.c')
-rw-r--r--libnm-core/nm-setting-user.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-user.c b/libnm-core/nm-setting-user.c
index 526bbd2073..8fc96b278f 100644
--- a/libnm-core/nm-setting-user.c
+++ b/libnm-core/nm-setting-user.c
@@ -587,14 +587,12 @@ nm_setting_user_class_init (NMSettingUserClass *klass)
setting_class->verify = verify;
/**
- * NMSettingUser:data:
+ * NMSettingUser:data: (type GHashTable(utf8,utf8))
*
* A dictionary of key/value pairs with user data. This data is ignored by NetworkManager
* and can be used at the users discretion. The keys only support a strict ascii format,
* but the values can be arbitrary UTF8 strings up to a certain length.
*
- * Type: GHashTable(utf8,utf8)
- *
* Since: 1.8
**/
/* ---ifcfg-rh---