diff options
Diffstat (limited to 'libnm/nm-wimax-nsp.c')
| -rw-r--r-- | libnm/nm-wimax-nsp.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libnm/nm-wimax-nsp.c b/libnm/nm-wimax-nsp.c index d8472838..00ed636c 100644 --- a/libnm/nm-wimax-nsp.c +++ b/libnm/nm-wimax-nsp.c @@ -37,7 +37,7 @@ G_DEFINE_TYPE (NMWimaxNsp, nm_wimax_nsp, NM_TYPE_OBJECT) * * Returns: the name * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ const char * nm_wimax_nsp_get_name (NMWimaxNsp *nsp) @@ -53,7 +53,7 @@ nm_wimax_nsp_get_name (NMWimaxNsp *nsp) * * Returns: the signal quality * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ guint32 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp) @@ -69,7 +69,7 @@ nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp) * * Returns: the network type * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ NMWimaxNspNetworkType nm_wimax_nsp_get_network_type (NMWimaxNsp *nsp) @@ -89,7 +89,7 @@ nm_wimax_nsp_get_network_type (NMWimaxNsp *nsp) * Returns: %TRUE if the connection may be activated with this WiMAX NSP, * %FALSE if it cannot be. * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ gboolean nm_wimax_nsp_connection_valid (NMWimaxNsp *nsp, NMConnection *connection) @@ -111,7 +111,7 @@ nm_wimax_nsp_connection_valid (NMWimaxNsp *nsp, NMConnection *connection) * #NMConnections that could be activated with the given @nsp. The array should * be freed with g_ptr_array_unref() when it is no longer required. * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ GPtrArray * nm_wimax_nsp_filter_connections (NMWimaxNsp *nsp, const GPtrArray *connections) @@ -148,7 +148,7 @@ nm_wimax_nsp_class_init (NMWimaxNspClass *nsp_class) * * The name of the WiMAX NSP. * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ obj_properties[PROP_NAME] = g_param_spec_string (NM_WIMAX_NSP_NAME, "", "", @@ -161,7 +161,7 @@ nm_wimax_nsp_class_init (NMWimaxNspClass *nsp_class) * * The signal quality of the WiMAX NSP. * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ obj_properties[PROP_SIGNAL_QUALITY] = g_param_spec_uint (NM_WIMAX_NSP_SIGNAL_QUALITY, "", "", @@ -174,7 +174,7 @@ nm_wimax_nsp_class_init (NMWimaxNspClass *nsp_class) * * The network type of the WiMAX NSP. * - * Deprecated: 1.22. WiMAX is no longer supported by NetworkManager since 1.2.0 + * Deprecated: 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0. **/ obj_properties[PROP_NETWORK_TYPE] = g_param_spec_enum (NM_WIMAX_NSP_NETWORK_TYPE, "", "", |