summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-04-05 20:23:35 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-04-05 20:39:19 +0200
commite9ca4907a70a2e258aca1bdc2079ce37c9f01428 (patch)
tree2c47ae70de441631dd1fa4d75067ae915f7c60d3
parent56059098a2c529fd76595810a10afdf6d65c4a2e (diff)
downloadNetworkManager-e9ca4907a70a2e258aca1bdc2079ce37c9f01428.tar.gz
libnm-glib/device-wimax: deprecate static users of deprecated functions too
They need to have a deprecated attribute too, otherwise they won't compile when they use the deprecated symbols.
-rw-r--r--libnm-glib/nm-device-wimax.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-glib/nm-device-wimax.c b/libnm-glib/nm-device-wimax.c
index 9bd733e7fd..1ad7868d57 100644
--- a/libnm-glib/nm-device-wimax.c
+++ b/libnm-glib/nm-device-wimax.c
@@ -369,6 +369,7 @@ nm_device_wimax_get_bsid (NMDeviceWimax *self)
return NM_DEVICE_WIMAX_GET_PRIVATE (self)->bsid;
}
+NM_DEPRECATED_IN_1_2
static gboolean
connection_compatible (NMDevice *device, NMConnection *connection, GError **error)
{
@@ -422,6 +423,7 @@ get_setting_type (NMDevice *device)
return NM_TYPE_SETTING_WIMAX;
}
+NM_DEPRECATED_IN_1_2
static const char *
get_hw_address (NMDevice *device)
{
@@ -436,6 +438,7 @@ nm_device_wimax_init (NMDeviceWimax *device)
_nm_device_set_device_type (NM_DEVICE (device), NM_DEVICE_TYPE_WIMAX);
}
+NM_DEPRECATED_IN_1_2
static void
get_property (GObject *object,
guint prop_id,
@@ -611,6 +614,7 @@ dispose (GObject *object)
G_OBJECT_CLASS (nm_device_wimax_parent_class)->dispose (object);
}
+NM_DEPRECATED_IN_1_2
static void
nm_device_wimax_class_init (NMDeviceWimaxClass *wimax_class)
{