libnm/doc: fix gtk-doc for deprecated markers in libnm

This commit is contained in:
Thomas Haller 2020-03-13 19:45:09 +01:00
parent 2686de2ede
commit 61615781c5
30 changed files with 70 additions and 70 deletions

View file

@ -85,7 +85,7 @@ nm_setting_gsm_get_auto_config (NMSettingGsm *setting)
*
* Returns: the #NMSettingGsm:number property of the setting
*
* Deprecated: 1.16: user-provided values for this setting are no longer used.
* Deprecated: 1.16: User-provided values for this setting are no longer used.
**/
const char *
nm_setting_gsm_get_number (NMSettingGsm *setting)
@ -659,7 +659,7 @@ nm_setting_gsm_class_init (NMSettingGsmClass *klass)
* Legacy setting that used to help establishing PPP data sessions for
* GSM-based modems.
*
* Deprecated: 1.16: user-provided values for this setting are no longer used.
* Deprecated: 1.16: User-provided values for this setting are no longer used.
**/
obj_properties[PROP_NUMBER] =
g_param_spec_string (NM_SETTING_GSM_NUMBER, "", "",

View file

@ -1708,7 +1708,7 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *klass)
* 'cloned-mac-address'.
*
* Since: 1.2
* Deprecated: 1.4: Deprecated by NMSettingWireless:cloned-mac-address property
* Deprecated: 1.4: Deprecated by NMSettingWireless:cloned-mac-address property.
**/
/* ---ifcfg-rh---
* property: mac-address-randomization

View file

@ -4729,7 +4729,7 @@ nm_utils_is_valid_iface_name (const char *name, GError **error)
*
* Validate the network interface name.
*
* Deprecated: 1.6: use nm_utils_is_valid_iface_name() instead, with better error reporting.
* Deprecated: 1.6: Use nm_utils_is_valid_iface_name() instead, with better error reporting.
*
* Returns: %TRUE if interface name is valid, otherwise %FALSE is returned.
*

View file

@ -573,7 +573,7 @@ nm_access_point_class_init (NMAccessPointClass *ap_class)
*
* Alias for #NMAccessPoint:bssid.
*
* Deprecated: 1.0: use #NMAccessPoint:bssid.
* Deprecated: 1.0: Use #NMAccessPoint:bssid.
**/
obj_properties[PROP_HW_ADDRESS] =
g_param_spec_string (NM_ACCESS_POINT_HW_ADDRESS, "", "",

View file

@ -4178,7 +4178,7 @@ nm_client_wwan_hardware_get_enabled (NMClient *client)
*
* Returns: %TRUE if WiMAX is enabled
*
* Deprecated: 1.22 This function always returns FALSE because WiMax is no longer supported
* Deprecated: 1.22: This function always returns FALSE because WiMax is no longer supported.
**/
gboolean
nm_client_wimax_get_enabled (NMClient *client)
@ -4195,7 +4195,7 @@ nm_client_wimax_get_enabled (NMClient *client)
*
* Enables or disables WiMAX devices.
*
* Deprecated: 1.22 This function does nothing because WiMax is no longer supported
* Deprecated: 1.22: This function does nothing because WiMax is no longer supported.
**/
void
nm_client_wimax_set_enabled (NMClient *client, gboolean enabled)
@ -4211,7 +4211,7 @@ nm_client_wimax_set_enabled (NMClient *client, gboolean enabled)
*
* Returns: %TRUE if the WiMAX hardware is enabled
*
* Deprecated: 1.22 This function always returns FALSE because WiMax is no longer supported
* Deprecated: 1.22: This function always returns FALSE because WiMax is no longer supported.
**/
gboolean
nm_client_wimax_hardware_get_enabled (NMClient *client)
@ -4473,7 +4473,7 @@ nm_client_get_connectivity (NMClient *client)
*
* Returns: the (new) current connectivity state
*
* Deprecated: 1.22, use nm_client_check_connectivity_async() or GDBusConnection
* Deprecated: 1.22: Use nm_client_check_connectivity_async() or GDBusConnection.
*/
NMConnectivityState
nm_client_check_connectivity (NMClient *client,
@ -4602,7 +4602,7 @@ nm_client_check_connectivity_finish (NMClient *client,
*
* Returns: %TRUE if the request was successful, %FALSE if it failed
*
* Deprecated: 1.22, use nm_client_save_hostname_async() or GDBusConnection
* Deprecated: 1.22: Use nm_client_save_hostname_async() or GDBusConnection.
**/
gboolean
nm_client_save_hostname (NMClient *client,
@ -5312,7 +5312,7 @@ nm_client_add_and_activate_connection2_finish (NMClient *client,
*
* Returns: success or failure
*
* Deprecated: 1.22, use nm_client_deactivate_connection_async() or GDBusConnection
* Deprecated: 1.22: Use nm_client_deactivate_connection_async() or GDBusConnection.
**/
gboolean
nm_client_deactivate_connection (NMClient *client,
@ -5817,7 +5817,7 @@ nm_client_add_connection2_finish (NMClient *client,
* set. Note that even in the success case, you might have individual @failures.
* With 1.22, the return value is consistent with nm_client_load_connections_finish().
*
* Deprecated: 1.22, use nm_client_load_connections_async() or GDBusConnection
* Deprecated: 1.22: Use nm_client_load_connections_async() or GDBusConnection.
**/
gboolean
nm_client_load_connections (NMClient *client,
@ -5948,7 +5948,7 @@ nm_client_load_connections_finish (NMClient *client,
*
* Return value: %TRUE on success, %FALSE on failure
*
* Deprecated: 1.22, use nm_client_reload_connections_async() or GDBusConnection
* Deprecated: 1.22: Use nm_client_reload_connections_async() or GDBusConnection.
**/
gboolean
nm_client_reload_connections (NMClient *client,

View file

@ -61,7 +61,7 @@ nm_device_6lowpan_get_parent (NMDevice6Lowpan *device)
*
* Since: 1.14
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_6lowpan_get_hw_address (NMDevice6Lowpan *device)

View file

@ -50,7 +50,7 @@ G_DEFINE_TYPE (NMDeviceBond, nm_device_bond, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_bond_get_hw_address (NMDeviceBond *device)

View file

@ -49,7 +49,7 @@ G_DEFINE_TYPE (NMDeviceBridge, nm_device_bridge, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_bridge_get_hw_address (NMDeviceBridge *device)

View file

@ -50,7 +50,7 @@ G_DEFINE_TYPE (NMDeviceBt, nm_device_bt, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_bt_get_hw_address (NMDeviceBt *device)

View file

@ -38,7 +38,7 @@ G_DEFINE_TYPE (NMDeviceDummy, nm_device_dummy, NM_TYPE_DEVICE)
*
* Since: 1.10
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_dummy_get_hw_address (NMDeviceDummy *device)

View file

@ -54,7 +54,7 @@ G_DEFINE_TYPE (NMDeviceEthernet, nm_device_ethernet, NM_TYPE_DEVICE)
* Returns: the active hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_ethernet_get_hw_address (NMDeviceEthernet *device)

View file

@ -45,7 +45,7 @@ G_DEFINE_TYPE (NMDeviceGeneric, nm_device_generic, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_generic_get_hw_address (NMDeviceGeneric *device)

View file

@ -46,7 +46,7 @@ G_DEFINE_TYPE (NMDeviceInfiniband, nm_device_infiniband, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_infiniband_get_hw_address (NMDeviceInfiniband *device)

View file

@ -87,7 +87,7 @@ nm_device_macsec_get_parent (NMDeviceMacsec *device)
*
* Since: 1.6
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_macsec_get_hw_address (NMDeviceMacsec *device)

View file

@ -128,7 +128,7 @@ nm_device_macvlan_get_tap (NMDeviceMacvlan *device)
*
* This property is not implemented yet, and the function always return NULL.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_macvlan_get_hw_address (NMDeviceMacvlan *device)

View file

@ -48,7 +48,7 @@ G_DEFINE_TYPE (NMDeviceOlpcMesh, nm_device_olpc_mesh, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_olpc_mesh_get_hw_address (NMDeviceOlpcMesh *device)

View file

@ -51,7 +51,7 @@ G_DEFINE_TYPE (NMDeviceTeam, nm_device_team, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_team_get_hw_address (NMDeviceTeam *device)

View file

@ -60,7 +60,7 @@ G_DEFINE_TYPE (NMDeviceTun, nm_device_tun, NM_TYPE_DEVICE)
*
* Since: 1.2
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_tun_get_hw_address (NMDeviceTun *device)

View file

@ -51,7 +51,7 @@ G_DEFINE_TYPE (NMDeviceVlan, nm_device_vlan, NM_TYPE_DEVICE)
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_vlan_get_hw_address (NMDeviceVlan *device)

View file

@ -79,7 +79,7 @@ G_DEFINE_TYPE (NMDeviceVxlan, nm_device_vxlan, NM_TYPE_DEVICE)
*
* Since: 1.2
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_vxlan_get_hw_address (NMDeviceVxlan *device)

View file

@ -61,7 +61,7 @@ G_DEFINE_TYPE (NMDeviceWifiP2P, nm_device_wifi_p2p, NM_TYPE_DEVICE)
*
* Since: 1.16
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_wifi_p2p_get_hw_address (NMDeviceWifiP2P *device)

View file

@ -73,7 +73,7 @@ G_DEFINE_TYPE (NMDeviceWifi, nm_device_wifi, NM_TYPE_DEVICE)
* Returns: the actual hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_wifi_get_hw_address (NMDeviceWifi *device)
@ -266,7 +266,7 @@ nm_device_wifi_get_last_scan (NMDeviceWifi *device)
* Returns: %TRUE on success, %FALSE on error, in which case @error will be
* set.
*
* Deprecated: 1.22, use nm_device_wifi_request_scan_async() or GDBusConnection
* Deprecated: 1.22: Use nm_device_wifi_request_scan_async() or GDBusConnection.
**/
gboolean
nm_device_wifi_request_scan (NMDeviceWifi *device,
@ -296,7 +296,7 @@ nm_device_wifi_request_scan (NMDeviceWifi *device,
*
* Since: 1.2
*
* Deprecated: 1.22, use nm_device_wifi_request_scan_options_async() or GDBusConnection
* Deprecated: 1.22: Use nm_device_wifi_request_scan_options_async() or GDBusConnection.
**/
gboolean
nm_device_wifi_request_scan_options (NMDeviceWifi *device,

View file

@ -34,7 +34,7 @@ G_BEGIN_DECLS
/**
* NMDeviceWimax:
*
* 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.
*/
typedef struct _NMDeviceWimaxClass NMDeviceWimaxClass;

View file

@ -33,7 +33,7 @@ G_DEFINE_TYPE (NMDeviceWpan, nm_device_wpan, NM_TYPE_DEVICE)
* Returns: the active hardware address. This is the internal string used by the
* device, and must not be modified.
*
* Deprecated: 1.24 use nm_device_get_hw_address() instead.
* Deprecated: 1.24: Use nm_device_get_hw_address() instead.
**/
const char *
nm_device_wpan_get_hw_address (NMDeviceWpan *device)

View file

@ -1259,7 +1259,7 @@ nm_device_get_autoconnect (NMDevice *device)
*
* Enables or disables automatic activation of the #NMDevice.
*
* Deprecated: 1.22, use nm_device_set_autoconnect_async() or GDBusConnection
* Deprecated: 1.22: Use nm_device_set_autoconnect_async() or GDBusConnection.
*
* This function is deprecated because it calls a synchronous D-Bus method
* and modifies the content of the NMClient cache client side.
@ -2149,7 +2149,7 @@ nm_device_is_software (NMDevice *device)
*
* Since: 1.2
*
* Deprecated: 1.22, use nm_device_reapply_async() or GDBusConnection
* Deprecated: 1.22: Use nm_device_reapply_async() or GDBusConnection.
**/
gboolean
nm_device_reapply (NMDevice *device,
@ -2289,7 +2289,7 @@ nm_device_reapply_finish (NMDevice *device,
*
* Since: 1.2
*
* Deprecated: 1.22, use nm_device_get_applied_connection_async() or GDBusConnection
* Deprecated: 1.22: Use nm_device_get_applied_connection_async() or GDBusConnection.
**/
NMConnection *
nm_device_get_applied_connection (NMDevice *device,
@ -2436,7 +2436,7 @@ nm_device_get_applied_connection_finish (NMDevice *device,
*
* Returns: %TRUE on success, %FALSE on error, in which case @error will be set.
*
* Deprecated: 1.22, use nm_device_disconnect_async() or GDBusConnection
* Deprecated: 1.22: Use nm_device_disconnect_async() or GDBusConnection.
**/
gboolean
nm_device_disconnect (NMDevice *device,
@ -2528,7 +2528,7 @@ nm_device_disconnect_finish (NMDevice *device,
* Returns: %TRUE on success, %FALSE on error, in which case @error
* will be set.
*
* Deprecated: 1.22, use nm_device_delete_async() or GDBusConnection
* Deprecated: 1.22: Use nm_device_delete_async() or GDBusConnection.
**/
gboolean
nm_device_delete (NMDevice *device,

View file

@ -164,7 +164,7 @@ nm_remote_connection_update2_finish (NMRemoteConnection *connection,
*
* Returns: %TRUE on success, %FALSE on error, in which case @error will be set.
*
* Deprecated: 1.22, use nm_remote_connection_commit_changes_async() or GDBusConnection
* Deprecated: 1.22: Use nm_remote_connection_commit_changes_async() or GDBusConnection.
**/
gboolean
nm_remote_connection_commit_changes (NMRemoteConnection *connection,
@ -269,7 +269,7 @@ nm_remote_connection_commit_changes_finish (NMRemoteConnection *connection,
*
* Returns: %TRUE on success, %FALSE on error, in which case @error will be set.
*
* Deprecated: 1.22, use nm_remote_connection_save_async() or GDBusConnection
* Deprecated: 1.22: Use nm_remote_connection_save_async() or GDBusConnection.
**/
gboolean
nm_remote_connection_save (NMRemoteConnection *connection,
@ -359,7 +359,7 @@ nm_remote_connection_save_finish (NMRemoteConnection *connection,
*
* Returns: %TRUE on success, %FALSE on error, in which case @error will be set.
*
* Deprecated: 1.22, use nm_remote_connection_delete_async() or GDBusConnection
* Deprecated: 1.22: Use nm_remote_connection_delete_async() or GDBusConnection.
**/
gboolean
nm_remote_connection_delete (NMRemoteConnection *connection,
@ -448,7 +448,7 @@ nm_remote_connection_delete_finish (NMRemoteConnection *connection,
* Returns: (transfer full): a #GVariant of type %NM_VARIANT_TYPE_CONNECTION containing
* @connection's secrets, or %NULL on error.
*
* Deprecated: 1.22, use nm_remote_connection_get_secrets_async() or GDBusConnection
* Deprecated: 1.22: Use nm_remote_connection_get_secrets_async() or GDBusConnection.
**/
GVariant *
nm_remote_connection_get_secrets (NMRemoteConnection *connection,

View file

@ -732,7 +732,7 @@ nm_secret_agent_old_destroy (NMSecretAgentOld *self)
* Since 1.24, registration is idempotent. It has the same effect as setting
* %NM_SECRET_AGENT_OLD_AUTO_REGISTER to %TRUE or nm_secret_agent_old_enable().
*
* Deprecated: 1.24: use nm_secret_agent_old_enable() or nm_secret_agent_old_register_async().
* Deprecated: 1.24: Use nm_secret_agent_old_enable() or nm_secret_agent_old_register_async().
**/
gboolean
nm_secret_agent_old_register (NMSecretAgentOld *self,
@ -900,7 +900,7 @@ nm_secret_agent_old_register_finish (NMSecretAgentOld *self,
* the same effect as setting %NM_SECRET_AGENT_OLD_AUTO_REGISTER to %FALSE
* or nm_secret_agent_old_enable().
*
* Deprecated: 1.24: use nm_secret_agent_old_enable()
* Deprecated: 1.24: Use nm_secret_agent_old_enable().
**/
gboolean
nm_secret_agent_old_unregister (NMSecretAgentOld *self,
@ -938,7 +938,7 @@ nm_secret_agent_old_unregister (NMSecretAgentOld *self,
* the same effect as setting %NM_SECRET_AGENT_OLD_AUTO_REGISTER to %FALSE
* or nm_secret_agent_old_enable().
*
* Deprecated: 1.24: use nm_secret_agent_old_enable()
* Deprecated: 1.24: Use nm_secret_agent_old_enable().
**/
void
nm_secret_agent_old_unregister_async (NMSecretAgentOld *self,
@ -980,7 +980,7 @@ nm_secret_agent_old_unregister_async (NMSecretAgentOld *self,
* the same effect as setting %NM_SECRET_AGENT_OLD_AUTO_REGISTER to %FALSE
* or nm_secret_agent_old_enable().
*
* Deprecated: 1.24: use nm_secret_agent_old_enable()
* Deprecated: 1.24: Use nm_secret_agent_old_enable().
**/
gboolean
nm_secret_agent_old_unregister_finish (NMSecretAgentOld *self,

View file

@ -92,7 +92,7 @@ nm_vpn_plugin_old_set_connection (NMVpnPluginOld *plugin,
*
* Returns: (transfer full):
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
GDBusConnection *
nm_vpn_plugin_old_get_connection (NMVpnPluginOld *plugin)
@ -112,7 +112,7 @@ nm_vpn_plugin_old_get_connection (NMVpnPluginOld *plugin)
/**
* nm_vpn_plugin_old_get_state:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
NMVpnServiceState
nm_vpn_plugin_old_get_state (NMVpnPluginOld *plugin)
@ -125,7 +125,7 @@ nm_vpn_plugin_old_get_state (NMVpnPluginOld *plugin)
/**
* nm_vpn_plugin_old_set_state:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
void
nm_vpn_plugin_old_set_state (NMVpnPluginOld *plugin,
@ -145,7 +145,7 @@ nm_vpn_plugin_old_set_state (NMVpnPluginOld *plugin,
/**
* nm_vpn_plugin_old_set_login_banner:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
void
nm_vpn_plugin_old_set_login_banner (NMVpnPluginOld *plugin,
@ -160,7 +160,7 @@ nm_vpn_plugin_old_set_login_banner (NMVpnPluginOld *plugin,
/**
* nm_vpn_plugin_old_failure:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
void
nm_vpn_plugin_old_failure (NMVpnPluginOld *plugin,
@ -174,7 +174,7 @@ nm_vpn_plugin_old_failure (NMVpnPluginOld *plugin,
/**
* nm_vpn_plugin_old_disconnect:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
gboolean
nm_vpn_plugin_old_disconnect (NMVpnPluginOld *plugin, GError **err)
@ -288,7 +288,7 @@ schedule_fail_stop (NMVpnPluginOld *plugin, guint timeout_secs)
/**
* nm_vpn_plugin_old_set_config:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
void
nm_vpn_plugin_old_set_config (NMVpnPluginOld *plugin,
@ -332,7 +332,7 @@ nm_vpn_plugin_old_set_config (NMVpnPluginOld *plugin,
/**
* nm_vpn_plugin_old_set_ip4_config:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
void
nm_vpn_plugin_old_set_ip4_config (NMVpnPluginOld *plugin,
@ -392,7 +392,7 @@ nm_vpn_plugin_old_set_ip4_config (NMVpnPluginOld *plugin,
/**
* nm_vpn_plugin_old_set_ip6_config:
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
void
nm_vpn_plugin_old_set_ip6_config (NMVpnPluginOld *plugin,
@ -637,7 +637,7 @@ impl_vpn_plugin_old_new_secrets (NMVpnPluginOld *plugin,
* are insufficient, or the VPN process indicates that it needs additional
* information to complete the request.
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
void
nm_vpn_plugin_old_secrets_required (NMVpnPluginOld *plugin,
@ -677,7 +677,7 @@ nm_vpn_plugin_old_secrets_required (NMVpnPluginOld *plugin,
*
* Returns: %TRUE if reading values was successful, %FALSE if not
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
**/
gboolean
nm_vpn_plugin_old_read_vpn_details (int fd,
@ -700,7 +700,7 @@ nm_vpn_plugin_old_read_vpn_details (int fd,
* Returns: %TRUE if the flag data item was found and successfully converted
* to flags, %FALSE if not
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
**/
gboolean
nm_vpn_plugin_old_get_secret_flags (GHashTable *data,
@ -1012,7 +1012,7 @@ nm_vpn_plugin_old_class_init (NMVpnPluginOldClass *plugin_class)
*
* The D-Bus service name of this plugin.
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
obj_properties[PROP_DBUS_SERVICE_NAME] =
g_param_spec_string (NM_VPN_PLUGIN_OLD_DBUS_SERVICE_NAME, "", "",
@ -1026,7 +1026,7 @@ nm_vpn_plugin_old_class_init (NMVpnPluginOldClass *plugin_class)
*
* The state of the plugin.
*
* Deprecated: 1.2: replaced by NMVpnServicePlugin
* Deprecated: 1.2: Replaced by NMVpnServicePlugin.
*/
obj_properties[PROP_STATE] =
g_param_spec_enum (NM_VPN_PLUGIN_OLD_STATE, "", "",

View file

@ -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, "", "",

View file

@ -29,7 +29,7 @@ G_BEGIN_DECLS
/**
* NMWimaxNsp:
*
* 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.
*/
typedef struct _NMWimaxNspClass NMWimaxNspClass;