diff options
author | Dan Winship <danw@gnome.org> | 2013-02-26 13:26:38 +0100 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-02-26 13:26:38 +0100 |
commit | 0e0b5da7e3afb2ef435a1524fa0c2b5055800ade (patch) | |
tree | 9f3a877002dcbea91e4c22bc444c3b5c4c0f020d /libnm-glib/nm-dhcp4-config.c | |
parent | de2e32b3758172cbd4aa2a9abbda51e3fb34f553 (diff) |
libnm-glib: fix type annotation of NMDHCP[46]Config:options
Diffstat (limited to 'libnm-glib/nm-dhcp4-config.c')
-rw-r--r-- | libnm-glib/nm-dhcp4-config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm-glib/nm-dhcp4-config.c b/libnm-glib/nm-dhcp4-config.c index 89ccf25eb..6f88f896a 100644 --- a/libnm-glib/nm-dhcp4-config.c +++ b/libnm-glib/nm-dhcp4-config.c @@ -163,8 +163,7 @@ nm_dhcp4_config_class_init (NMDHCP4ConfigClass *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, |