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