diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 11:10:21 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 19:01:06 +0200 |
commit | febd5778e732d8f7fb5634c6557424578dfd75fa (patch) | |
tree | 2d61d3b69758ab21e4fb164b3ecb79be15e6056f /libmm-glib/mm-bearer-properties.h | |
parent | c1fae670b77b0cac7f82ee540348f161f49d2fa3 (diff) |
libmm-glib,bearer-properties: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-bearer-properties.h')
-rw-r--r-- | libmm-glib/mm-bearer-properties.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libmm-glib/mm-bearer-properties.h b/libmm-glib/mm-bearer-properties.h index 43975132..e6e4f537 100644 --- a/libmm-glib/mm-bearer-properties.h +++ b/libmm-glib/mm-bearer-properties.h @@ -91,14 +91,6 @@ gboolean mm_bearer_properties_get_allow_roaming (MMBearerProper MMModemCdmaRmProtocol mm_bearer_properties_get_rm_protocol (MMBearerProperties *self); MMBearerMultiplexSupport mm_bearer_properties_get_multiplex (MMBearerProperties *self); -#ifndef MM_DISABLE_DEPRECATED -G_DEPRECATED -void mm_bearer_properties_set_number (MMBearerProperties *self, - const gchar *number); -G_DEPRECATED -const gchar *mm_bearer_properties_get_number (MMBearerProperties *self); -#endif - /*****************************************************************************/ /* ModemManager/libmm-glib/mmcli specific methods */ |