diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-24 17:16:33 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-24 17:16:33 +0200 |
commit | e1c0621b099d698d2c462f32e4d341207a98d520 (patch) | |
tree | d30dabe8fb0f526fbc619de903a23a51a8398c6d /libmm-glib/mm-location-gps-nmea.c | |
parent | babc4aa2594b239aae7287a4f3944b47d5cbe737 (diff) |
libmm-glib: fix several introspection annotations
Diffstat (limited to 'libmm-glib/mm-location-gps-nmea.c')
-rw-r--r-- | libmm-glib/mm-location-gps-nmea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-location-gps-nmea.c b/libmm-glib/mm-location-gps-nmea.c index 2070eebc..08ec97ff 100644 --- a/libmm-glib/mm-location-gps-nmea.c +++ b/libmm-glib/mm-location-gps-nmea.c @@ -158,7 +158,7 @@ build_full_foreach (const gchar *trace_type, * * Gets a compilation of all cached traces. * - * Returns: (transfer full) a string containing all traces, or #NULL if none available. The returned value should be freed with g_free(). + * Returns: (transfer full): a string containing all traces, or #NULL if none available. The returned value should be freed with g_free(). */ gchar * mm_location_gps_nmea_build_full (MMLocationGpsNmea *self) |