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

The GOI syntax changed a while back and these didn't follow.
This commit is contained in:
Dan Williams 2013-02-27 18:01:45 +01:00
parent 395228b5cf
commit 632c52ceea
2 changed files with 2 additions and 4 deletions

View file

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

View file

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