diff options
Diffstat (limited to 'libnm-glib/nm-dhcp6-config.c')
| -rw-r--r-- | libnm-glib/nm-dhcp6-config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm-glib/nm-dhcp6-config.c b/libnm-glib/nm-dhcp6-config.c index 88b3b103..fd1e6526 100644 --- a/libnm-glib/nm-dhcp6-config.c +++ b/libnm-glib/nm-dhcp6-config.c @@ -163,8 +163,7 @@ nm_dhcp6_config_class_init (NMDHCP6ConfigClass *config_class) * * The #GHashTable containing options of the configuration. * - * Type: GLib.HashTable - * Element-Type: utf8,GObject.Value + * Type: GLib.HashTable(utf8,GObject.Value) **/ g_object_class_install_property (object_class, PROP_OPTIONS, |