summaryrefslogtreecommitdiff
path: root/libnm/nm-dhcp-config.c
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2015-02-10 12:24:25 +0100
committerThomas Haller <thaller@redhat.com>2018-03-26 12:46:22 +0200
commitaea3593a43aacd1d903a91624c3822885f56593d (patch)
treed62f38ad1f47e5bbc1a0e18d0c6e606b2841a42a /libnm/nm-dhcp-config.c
parent03a9bb88aac42bde7f29c41ccb3785752aeb0d0e (diff)
downloadNetworkManager-aea3593a43aacd1d903a91624c3822885f56593d.tar.gz
libnm: don't use deprecated tags for GOobject introspection
Top level tags are deprecated in favour of identifier annotations. https://mail.gnome.org/archives/commits-list/2013-October/msg03220.html https://wiki.gnome.org/action/show/Projects/GObjectIntrospection/Annotations?action=show&redirect=GObjectIntrospection%2FAnnotations#Type_signature Signed-off-by: Jiří Klimeš <jklimes@redhat.com> https://bugzilla.gnome.org/show_bug.cgi?id=744250
Diffstat (limited to 'libnm/nm-dhcp-config.c')
-rw-r--r--libnm/nm-dhcp-config.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm/nm-dhcp-config.c b/libnm/nm-dhcp-config.c
index 33b99ed04b..3f835670dd 100644
--- a/libnm/nm-dhcp-config.c
+++ b/libnm/nm-dhcp-config.c
@@ -154,11 +154,9 @@ nm_dhcp_config_class_init (NMDhcpConfigClass *config_class)
G_PARAM_STATIC_STRINGS));
/**
- * NMDhcpConfig:options:
+ * NMDhcpConfig:options: (type GHashTable(utf8,utf8)):
*
* The #GHashTable containing options of the configuration.
- *
- * Type: GLib.HashTable(utf8,utf8)
**/
g_object_class_install_property
(object_class, PROP_OPTIONS,