From 0e0b5da7e3afb2ef435a1524fa0c2b5055800ade Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 26 Feb 2013 13:26:38 +0100 Subject: [PATCH] libnm-glib: fix type annotation of NMDHCP[46]Config:options --- libnm-glib/nm-dhcp4-config.c | 3 +-- libnm-glib/nm-dhcp6-config.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libnm-glib/nm-dhcp4-config.c b/libnm-glib/nm-dhcp4-config.c index 89ccf25ebc..6f88f896ad 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 **/ g_object_class_install_property (object_class, PROP_OPTIONS, diff --git a/libnm-glib/nm-dhcp6-config.c b/libnm-glib/nm-dhcp6-config.c index 88b3b10327..0747a3b93b 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 **/ g_object_class_install_property (object_class, PROP_OPTIONS, -- GitLab