libnm: fix deprecated annotations
This commit is contained in:
@@ -385,7 +385,7 @@ nm_active_connection_get_vpn(NMActiveConnection *connection)
|
|||||||
*
|
*
|
||||||
* Returns: (transfer none): the master #NMDevice of the #NMActiveConnection.
|
* Returns: (transfer none): the master #NMDevice of the #NMActiveConnection.
|
||||||
*
|
*
|
||||||
* Deprecated: 1.44. Use nm_active_connection_get_controller() instead.
|
* Deprecated: 1.44: Use nm_active_connection_get_controller() instead.
|
||||||
**/
|
**/
|
||||||
NMDevice *
|
NMDevice *
|
||||||
nm_active_connection_get_master(NMActiveConnection *connection)
|
nm_active_connection_get_master(NMActiveConnection *connection)
|
||||||
|
@@ -82,7 +82,7 @@ nm_device_bond_get_carrier(NMDeviceBond *device)
|
|||||||
* #NMDevices that are slaves of @device. This is the internal
|
* #NMDevices that are slaves of @device. This is the internal
|
||||||
* copy used by the device, and must not be modified.
|
* copy used by the device, and must not be modified.
|
||||||
*
|
*
|
||||||
* Deprecated: 1.34 Use nm_device_get_ports() instead.
|
* Deprecated: 1.34: Use nm_device_get_ports() instead.
|
||||||
**/
|
**/
|
||||||
const GPtrArray *
|
const GPtrArray *
|
||||||
nm_device_bond_get_slaves(NMDeviceBond *device)
|
nm_device_bond_get_slaves(NMDeviceBond *device)
|
||||||
|
@@ -82,7 +82,7 @@ nm_device_bridge_get_carrier(NMDeviceBridge *device)
|
|||||||
* #NMDevices that are slaves of @device. This is the internal
|
* #NMDevices that are slaves of @device. This is the internal
|
||||||
* copy used by the device, and must not be modified.
|
* copy used by the device, and must not be modified.
|
||||||
*
|
*
|
||||||
* Deprecated: 1.34 Use nm_device_get_ports() instead.
|
* Deprecated: 1.34: Use nm_device_get_ports() instead.
|
||||||
**/
|
**/
|
||||||
const GPtrArray *
|
const GPtrArray *
|
||||||
nm_device_bridge_get_slaves(NMDeviceBridge *device)
|
nm_device_bridge_get_slaves(NMDeviceBridge *device)
|
||||||
|
@@ -44,7 +44,7 @@ G_DEFINE_TYPE(NMDeviceOvsBridge, nm_device_ovs_bridge, NM_TYPE_DEVICE)
|
|||||||
*
|
*
|
||||||
* Since: 1.14
|
* Since: 1.14
|
||||||
*
|
*
|
||||||
* Deprecated: 1.34 Use nm_device_get_ports() instead.
|
* Deprecated: 1.34: Use nm_device_get_ports() instead.
|
||||||
**/
|
**/
|
||||||
const GPtrArray *
|
const GPtrArray *
|
||||||
nm_device_ovs_bridge_get_slaves(NMDeviceOvsBridge *device)
|
nm_device_ovs_bridge_get_slaves(NMDeviceOvsBridge *device)
|
||||||
|
@@ -44,7 +44,7 @@ G_DEFINE_TYPE(NMDeviceOvsPort, nm_device_ovs_port, NM_TYPE_DEVICE)
|
|||||||
*
|
*
|
||||||
* Since: 1.14
|
* Since: 1.14
|
||||||
*
|
*
|
||||||
* Deprecated: 1.34 Use nm_device_get_ports() instead.
|
* Deprecated: 1.34: Use nm_device_get_ports() instead.
|
||||||
**/
|
**/
|
||||||
const GPtrArray *
|
const GPtrArray *
|
||||||
nm_device_ovs_port_get_slaves(NMDeviceOvsPort *device)
|
nm_device_ovs_port_get_slaves(NMDeviceOvsPort *device)
|
||||||
|
@@ -83,7 +83,7 @@ nm_device_team_get_carrier(NMDeviceTeam *device)
|
|||||||
* #NMDevices that are slaves of @device. This is the internal
|
* #NMDevices that are slaves of @device. This is the internal
|
||||||
* copy used by the device, and must not be modified.
|
* copy used by the device, and must not be modified.
|
||||||
*
|
*
|
||||||
* Deprecated: 1.34 Use nm_device_get_ports() instead.
|
* Deprecated: 1.34: Use nm_device_get_ports() instead.
|
||||||
**/
|
**/
|
||||||
const GPtrArray *
|
const GPtrArray *
|
||||||
nm_device_team_get_slaves(NMDeviceTeam *device)
|
nm_device_team_get_slaves(NMDeviceTeam *device)
|
||||||
|
Reference in New Issue
Block a user