diff options
Diffstat (limited to 'libmm-glib/mm-compat.h')
-rw-r--r-- | libmm-glib/mm-compat.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libmm-glib/mm-compat.h b/libmm-glib/mm-compat.h index 5a06da17..143a0d43 100644 --- a/libmm-glib/mm-compat.h +++ b/libmm-glib/mm-compat.h @@ -33,6 +33,7 @@ #include "mm-bearer-properties.h" #include "mm-call-properties.h" #include "mm-location-gps-nmea.h" +#include "mm-pco.h" #include "mm-modem-3gpp.h" #include "mm-modem-oma.h" @@ -231,6 +232,22 @@ gchar *mm_location_gps_nmea_build_full (MMLocationGpsNmea *self); /*****************************************************************************/ /** + * mm_pco_list_free: + * @pco_list: (transfer full)(element-type ModemManager.Pco): a #GList of + * #MMPco. + * + * Frees all of the memory used by a #GList of #MMPco. + * + * Since: 1.10 + * Deprecated: 1.12.0: Use g_list_free_full() using g_object_unref() as + * #GDestroyNotify function instead. + */ +G_DEPRECATED +void mm_pco_list_free (GList *pco_list); + +/*****************************************************************************/ + +/** * mm_modem_3gpp_get_subscription_state: * @self: A #MMModem. * |