diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2015-02-10 14:03:20 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-03-26 12:46:22 +0200 |
commit | a751398785f948e8e2ba445b4cf8d498de86cb07 (patch) | |
tree | 3e4d7236929879c086c12a0da5cec05315970f91 /libnm-glib/nm-dhcp6-config.c | |
parent | aea3593a43aacd1d903a91624c3822885f56593d (diff) |
libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tags
Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=744250
Diffstat (limited to 'libnm-glib/nm-dhcp6-config.c')
-rw-r--r-- | libnm-glib/nm-dhcp6-config.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm-glib/nm-dhcp6-config.c b/libnm-glib/nm-dhcp6-config.c index aebea8df6..c35fb3ba9 100644 --- a/libnm-glib/nm-dhcp6-config.c +++ b/libnm-glib/nm-dhcp6-config.c @@ -148,11 +148,9 @@ nm_dhcp6_config_class_init (NMDHCP6ConfigClass *config_class) /* properties */ /** - * NMDHCP6Config:options: + * NMDHCP6Config:options: (type GHashTable(utf8,GObject.Value)): * * The #GHashTable containing options of the configuration. - * - * Type: GLib.HashTable(utf8,GObject.Value) **/ g_object_class_install_property (object_class, PROP_OPTIONS, |