mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
trivial: fix typo in libnm-glib NMDevice documentation
This commit is contained in:
parent
4106013753
commit
ba59beb636
1 changed files with 2 additions and 2 deletions
|
|
@ -1105,7 +1105,7 @@ nm_device_get_ip4_config (NMDevice *device)
|
|||
*
|
||||
* Gets the current #NMDHCP4Config associated with the #NMDevice.
|
||||
*
|
||||
* Returns: (transfer none): the #NMDHCPConfig or %NULL if the device is not activated or not
|
||||
* Returns: (transfer none): the #NMDHCP4Config or %NULL if the device is not activated or not
|
||||
* using DHCP.
|
||||
**/
|
||||
NMDHCP4Config *
|
||||
|
|
@ -1140,7 +1140,7 @@ nm_device_get_ip6_config (NMDevice *device)
|
|||
*
|
||||
* Gets the current #NMDHCP6Config associated with the #NMDevice.
|
||||
*
|
||||
* Returns: (transfer none): the #NMDHCPConfig or %NULL if the device is not activated or not
|
||||
* Returns: (transfer none): the #NMDHCP6Config or %NULL if the device is not activated or not
|
||||
* using DHCP.
|
||||
**/
|
||||
NMDHCP6Config *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue