summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-02-27 18:01:45 +0100
committerDan Williams <dcbw@redhat.com>2013-02-27 18:09:52 +0100
commit632c52ceeaf4d240786b64874ddf1601f487d77f (patch)
tree710668e86fbcb503073e33e6c8da6f5b9728e041
parent395228b5cfaa94c675f251719beb3f4fe514d8b1 (diff)
downloadNetworkManager-632c52ceeaf4d240786b64874ddf1601f487d77f.tar.gz
libnm-glib: fix type annotation of NMDHCP[46]Config:options
The GOI syntax changed a while back and these didn't follow.
-rw-r--r--libnm-glib/nm-dhcp4-config.c3
-rw-r--r--libnm-glib/nm-dhcp6-config.c3
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..b8d7dcddd6 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,
diff --git a/libnm-glib/nm-dhcp6-config.c b/libnm-glib/nm-dhcp6-config.c
index 88b3b10327..fd1e6526c5 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,