mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 11:50:29 +01:00
libnm: add missing (transfer) annotation for nm_device_vlan_get_parent()
This commit is contained in:
parent
a2e93f2de4
commit
78068d6bae
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ nm_device_vlan_get_carrier (NMDeviceVlan *device)
|
|||
* nm_device_vlan_get_parent:
|
||||
* @device: a #NMDeviceVlan
|
||||
*
|
||||
* Returns: the device's parent device
|
||||
* Returns: (transfer none): the device's parent device
|
||||
*
|
||||
* Since: 1.0
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ nm_device_vlan_get_carrier (NMDeviceVlan *device)
|
|||
* nm_device_vlan_get_parent:
|
||||
* @device: a #NMDeviceVlan
|
||||
*
|
||||
* Returns: the device's parent device
|
||||
* Returns: (transfer none): the device's parent device
|
||||
**/
|
||||
NMDevice *
|
||||
nm_device_vlan_get_parent (NMDeviceVlan *device)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue