diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 11:31:53 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 19:01:06 +0200 |
commit | a09b13de86fd62c9b5144ada2c23c6062e873ec1 (patch) | |
tree | 3ca29b639a21153e11d02f50bddf79ba83a4be9e /libmm-glib/mm-compat.c | |
parent | 27a192c1ef063f7c29668cf61739335dc02ecf87 (diff) |
libmm-glib,pco: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-compat.c')
-rw-r--r-- | libmm-glib/mm-compat.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmm-glib/mm-compat.c b/libmm-glib/mm-compat.c index 2c5f2d75..d7b5d40a 100644 --- a/libmm-glib/mm-compat.c +++ b/libmm-glib/mm-compat.c @@ -117,6 +117,14 @@ mm_location_gps_nmea_build_full (MMLocationGpsNmea *self) /*****************************************************************************/ +void +mm_pco_list_free (GList *pco_list) +{ + g_list_free_full (pco_list, g_object_unref); +} + +/*****************************************************************************/ + MMModem3gppSubscriptionState mm_modem_3gpp_get_subscription_state (MMModem3gpp *self) { |