mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
Revert "libnm-glib: fix type annotation of NMDHCP[46]Config:options"
This reverts commit 0e0b5da7e3.
Syntax actually uses () instead of <> for various docbook-related
reasons.
This commit is contained in:
parent
a096ef8f87
commit
395228b5cf
2 changed files with 4 additions and 2 deletions
|
|
@ -163,7 +163,8 @@ nm_dhcp4_config_class_init (NMDHCP4ConfigClass *config_class)
|
|||
*
|
||||
* The #GHashTable containing options of the configuration.
|
||||
*
|
||||
* Type: GLib.HashTable<utf8,GObject.Value>
|
||||
* Type: GLib.HashTable
|
||||
* Element-Type: utf8,GObject.Value
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_OPTIONS,
|
||||
|
|
|
|||
|
|
@ -163,7 +163,8 @@ nm_dhcp6_config_class_init (NMDHCP6ConfigClass *config_class)
|
|||
*
|
||||
* The #GHashTable containing options of the configuration.
|
||||
*
|
||||
* Type: GLib.HashTable<utf8,GObject.Value>
|
||||
* Type: GLib.HashTable
|
||||
* Element-Type: utf8,GObject.Value
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_OPTIONS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue