summaryrefslogtreecommitdiff
path: root/libnm/nm-dhcp4-config.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-10-29 10:45:03 -0400
committerDan Winship <danw@gnome.org>2014-10-29 10:45:40 -0400
commited227ad8a33c88b0182da38b13d4f771d8ef4fc2 (patch)
tree2cb608fa7aa9d3939766529e71a7e426b9182d72 /libnm/nm-dhcp4-config.c
parent069fcf4ba37a5a6688d9b344a273a71177846358 (diff)
downloadNetworkManager-ed227ad8a33c88b0182da38b13d4f771d8ef4fc2.tar.gz
libnm-core, libnm: introspection annotation fixes
A parenthesized comment in nm-dbus-interface.h was being misparsed as an annotation. The annotations on NMDhcp4Config:options and NMDhcp6Config:options were incorrect.
Diffstat (limited to 'libnm/nm-dhcp4-config.c')
-rw-r--r--libnm/nm-dhcp4-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-dhcp4-config.c b/libnm/nm-dhcp4-config.c
index e012491dfa..2bf84fa408 100644
--- a/libnm/nm-dhcp4-config.c
+++ b/libnm/nm-dhcp4-config.c
@@ -137,7 +137,7 @@ nm_dhcp4_config_class_init (NMDhcp4ConfigClass *config_class)
*
* The #GHashTable containing options of the configuration.
*
- * Type: GLib.HashTable(utf8,GObject.Value)
+ * Type: GLib.HashTable(utf8,utf8)
**/
g_object_class_install_property
(object_class, PROP_OPTIONS,