diff --git a/src/libnm-client-impl/nm-active-connection.c b/src/libnm-client-impl/nm-active-connection.c index e4948b9b5..6a138f3ee 100644 --- a/src/libnm-client-impl/nm-active-connection.c +++ b/src/libnm-client-impl/nm-active-connection.c @@ -385,7 +385,7 @@ nm_active_connection_get_vpn(NMActiveConnection *connection) * * 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 * nm_active_connection_get_master(NMActiveConnection *connection) diff --git a/src/libnm-client-impl/nm-device-bond.c b/src/libnm-client-impl/nm-device-bond.c index e8b3e3ebc..affcb9934 100644 --- a/src/libnm-client-impl/nm-device-bond.c +++ b/src/libnm-client-impl/nm-device-bond.c @@ -82,7 +82,7 @@ nm_device_bond_get_carrier(NMDeviceBond *device) * #NMDevices that are slaves of @device. This is the internal * 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 * nm_device_bond_get_slaves(NMDeviceBond *device) diff --git a/src/libnm-client-impl/nm-device-bridge.c b/src/libnm-client-impl/nm-device-bridge.c index 6d5d6f950..abb78ced3 100644 --- a/src/libnm-client-impl/nm-device-bridge.c +++ b/src/libnm-client-impl/nm-device-bridge.c @@ -82,7 +82,7 @@ nm_device_bridge_get_carrier(NMDeviceBridge *device) * #NMDevices that are slaves of @device. This is the internal * 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 * nm_device_bridge_get_slaves(NMDeviceBridge *device) diff --git a/src/libnm-client-impl/nm-device-ovs-bridge.c b/src/libnm-client-impl/nm-device-ovs-bridge.c index 8c30fc3fd..ef134798d 100644 --- a/src/libnm-client-impl/nm-device-ovs-bridge.c +++ b/src/libnm-client-impl/nm-device-ovs-bridge.c @@ -44,7 +44,7 @@ G_DEFINE_TYPE(NMDeviceOvsBridge, nm_device_ovs_bridge, NM_TYPE_DEVICE) * * Since: 1.14 * - * Deprecated: 1.34 Use nm_device_get_ports() instead. + * Deprecated: 1.34: Use nm_device_get_ports() instead. **/ const GPtrArray * nm_device_ovs_bridge_get_slaves(NMDeviceOvsBridge *device) diff --git a/src/libnm-client-impl/nm-device-ovs-port.c b/src/libnm-client-impl/nm-device-ovs-port.c index 9e20e5b8f..5bcef73c4 100644 --- a/src/libnm-client-impl/nm-device-ovs-port.c +++ b/src/libnm-client-impl/nm-device-ovs-port.c @@ -44,7 +44,7 @@ G_DEFINE_TYPE(NMDeviceOvsPort, nm_device_ovs_port, NM_TYPE_DEVICE) * * Since: 1.14 * - * Deprecated: 1.34 Use nm_device_get_ports() instead. + * Deprecated: 1.34: Use nm_device_get_ports() instead. **/ const GPtrArray * nm_device_ovs_port_get_slaves(NMDeviceOvsPort *device) diff --git a/src/libnm-client-impl/nm-device-team.c b/src/libnm-client-impl/nm-device-team.c index 0a42089a9..e0b21e8e9 100644 --- a/src/libnm-client-impl/nm-device-team.c +++ b/src/libnm-client-impl/nm-device-team.c @@ -83,7 +83,7 @@ nm_device_team_get_carrier(NMDeviceTeam *device) * #NMDevices that are slaves of @device. This is the internal * 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 * nm_device_team_get_slaves(NMDeviceTeam *device)