Revert "libnm-glib: fix type annotation of NMDHCP[46]Config:options"

This reverts commit 0e0b5da7e3.

Syntax actually uses () instead of <> for various docbook-related
reasons.
This commit is contained in:
Dan Williams 2013-02-27 18:00:41 +01:00
parent a096ef8f87
commit 395228b5cf
2 changed files with 4 additions and 2 deletions

View file

@ -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,

View file

@ -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,