diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-31 16:41:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-31 16:42:44 +0100 |
commit | 9805ffe1b0ecac78fd7009717ad4be623e74c68a (patch) | |
tree | 69c5484432149a25ee0ae202006c2efdcd4cff55 /libmm-glib/mm-location-gps-nmea.h | |
parent | 21e5b1d68336ec5a19f71e36c035e19d29623ca2 (diff) |
libmm-glib,nmea: new method to get list of traces
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/120
Diffstat (limited to 'libmm-glib/mm-location-gps-nmea.h')
-rw-r--r-- | libmm-glib/mm-location-gps-nmea.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libmm-glib/mm-location-gps-nmea.h b/libmm-glib/mm-location-gps-nmea.h index 6c31d984..286069c3 100644 --- a/libmm-glib/mm-location-gps-nmea.h +++ b/libmm-glib/mm-location-gps-nmea.h @@ -59,9 +59,10 @@ GType mm_location_gps_nmea_get_type (void); G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMLocationGpsNmea, g_object_unref) #endif -const gchar *mm_location_gps_nmea_get_trace (MMLocationGpsNmea *self, - const gchar *trace_type); -gchar *mm_location_gps_nmea_build_full (MMLocationGpsNmea *self); +const gchar *mm_location_gps_nmea_get_trace (MMLocationGpsNmea *self, + const gchar *trace_type); +gchar **mm_location_gps_nmea_get_traces (MMLocationGpsNmea *self); +gchar *mm_location_gps_nmea_build_full (MMLocationGpsNmea *self); /*****************************************************************************/ /* ModemManager/libmm-glib/mmcli specific methods */ |