diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2011-02-21 18:11:21 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-02-21 18:11:21 -0600 |
commit | e77acd43b663b3e1011f812bc506c176f65d1415 (patch) | |
tree | 9cd8c17ad9e8f6c01edd043827dc9dfef5bdfe22 /libnm-glib/nm-dhcp6-config.c | |
parent | 3b57350dd6d1f1b48119eb66dc170aaf2aef1dc3 (diff) | |
download | NetworkManager-e77acd43b663b3e1011f812bc506c176f65d1415.tar.gz |
libnm-glib: more GObject introspection fixes (bgo #181415)
Fix some annotations and add the necessary ones for new functions.
Diffstat (limited to 'libnm-glib/nm-dhcp6-config.c')
-rw-r--r-- | libnm-glib/nm-dhcp6-config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-glib/nm-dhcp6-config.c b/libnm-glib/nm-dhcp6-config.c index 8b85595c05..7e6e4f8088 100644 --- a/libnm-glib/nm-dhcp6-config.c +++ b/libnm-glib/nm-dhcp6-config.c @@ -169,6 +169,8 @@ nm_dhcp6_config_class_init (NMDHCP6ConfigClass *config_class) * NMDHCP6Config:options: * * The #GHashTable containing options of the configuration. + * + * Type: GHashTable<utf8,GValue> **/ g_object_class_install_property (object_class, PROP_OPTIONS, |