mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-22 14:00:53 +02:00
device: remove useless doc comment
D-Bus properties are already documented in the introspection xml files.
This commit is contained in:
parent
037aa02aba
commit
6c86f68ac4
1 changed files with 0 additions and 8 deletions
|
|
@ -17580,14 +17580,6 @@ nm_device_class_init (NMDeviceClass *klass)
|
|||
FALSE,
|
||||
G_PARAM_READABLE |
|
||||
G_PARAM_STATIC_STRINGS);
|
||||
|
||||
/**
|
||||
* NMDevice:metered:
|
||||
*
|
||||
* Whether the connection is metered.
|
||||
*
|
||||
* Since: 1.2
|
||||
**/
|
||||
obj_properties[PROP_METERED] =
|
||||
g_param_spec_uint (NM_DEVICE_METERED, "", "",
|
||||
0, G_MAXUINT32, NM_METERED_UNKNOWN,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue