mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 10:30:19 +01:00
device: add comment about return value in nm_device_get_type_description()
This commit is contained in:
parent
3ea19523ee
commit
adef815219
1 changed files with 2 additions and 2 deletions
|
|
@ -5405,8 +5405,8 @@ nm_device_get_type_description(NMDevice *self)
|
|||
g_return_val_if_fail(self != NULL, NULL);
|
||||
|
||||
/* Beware: this function should return the same
|
||||
* value as nm_device_get_type_description() in libnm. */
|
||||
|
||||
* value as nm_device_get_type_description() in libnm.
|
||||
* The returned string is static or interned */
|
||||
return NM_DEVICE_GET_CLASS(self)->get_type_description(self);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue