diff options
Diffstat (limited to 'libnm-glib/nm-dhcp6-config.c')
-rw-r--r-- | libnm-glib/nm-dhcp6-config.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm-glib/nm-dhcp6-config.c b/libnm-glib/nm-dhcp6-config.c index aebea8df6..c35fb3ba9 100644 --- a/libnm-glib/nm-dhcp6-config.c +++ b/libnm-glib/nm-dhcp6-config.c @@ -148,11 +148,9 @@ nm_dhcp6_config_class_init (NMDHCP6ConfigClass *config_class) /* properties */ /** - * NMDHCP6Config:options: + * NMDHCP6Config:options: (type GHashTable(utf8,GObject.Value)): * * The #GHashTable containing options of the configuration. - * - * Type: GLib.HashTable(utf8,GObject.Value) **/ g_object_class_install_property (object_class, PROP_OPTIONS, |