summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-02-27 18:00:41 +0100
committerDan Williams <dcbw@redhat.com>2013-02-27 18:09:52 +0100
commit395228b5cfaa94c675f251719beb3f4fe514d8b1 (patch)
treee7ddc3c1e217b9013ddeb2b7fcc3f75c532ab167
parenta096ef8f87b99d7113df7a00cfbae6c1c2b2905e (diff)
downloadNetworkManager-395228b5cfaa94c675f251719beb3f4fe514d8b1.tar.gz
Revert "libnm-glib: fix type annotation of NMDHCP[46]Config:options"
This reverts commit 0e0b5da7e3afb2ef435a1524fa0c2b5055800ade. Syntax actually uses () instead of <> for various docbook-related reasons.
-rw-r--r--libnm-glib/nm-dhcp4-config.c3
-rw-r--r--libnm-glib/nm-dhcp6-config.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/libnm-glib/nm-dhcp4-config.c b/libnm-glib/nm-dhcp4-config.c
index 6f88f896ad..89ccf25ebc 100644
--- a/libnm-glib/nm-dhcp4-config.c
+++ b/libnm-glib/nm-dhcp4-config.c
@@ -163,7 +163,8 @@ nm_dhcp4_config_class_init (NMDHCP4ConfigClass *config_class)
*
* The #GHashTable containing options of the configuration.
*
- * Type: GLib.HashTable<utf8,GObject.Value>
+ * Type: GLib.HashTable
+ * Element-Type: 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 0747a3b93b..88b3b10327 100644
--- a/libnm-glib/nm-dhcp6-config.c
+++ b/libnm-glib/nm-dhcp6-config.c
@@ -163,7 +163,8 @@ nm_dhcp6_config_class_init (NMDHCP6ConfigClass *config_class)
*
* The #GHashTable containing options of the configuration.
*
- * Type: GLib.HashTable<utf8,GObject.Value>
+ * Type: GLib.HashTable
+ * Element-Type: utf8,GObject.Value
**/
g_object_class_install_property
(object_class, PROP_OPTIONS,