aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-location-gps-nmea.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-10-26 23:43:08 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-28 10:28:31 +0100
commit5dd829174f63a950b528c76f411e2b3ee276b4b6 (patch)
treee8b84339b2d24c84d5e681abb2fd2894ab35aba5 /libmm-glib/mm-location-gps-nmea.c
parent037b774b189b03eea0144899812c0b1f56d5f770 (diff)
libmm-glib: flag as (skip) all non-API methods
So that the GI scanner ignores them.
Diffstat (limited to 'libmm-glib/mm-location-gps-nmea.c')
-rw-r--r--libmm-glib/mm-location-gps-nmea.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-gps-nmea.c b/libmm-glib/mm-location-gps-nmea.c
index ed557946..c4c742f0 100644
--- a/libmm-glib/mm-location-gps-nmea.c
+++ b/libmm-glib/mm-location-gps-nmea.c
@@ -119,6 +119,9 @@ location_gps_nmea_take_trace (MMLocationGpsNmea *self,
return TRUE;
}
+/**
+ * mm_location_gps_nmea_add_trace: (skip)
+ */
gboolean
mm_location_gps_nmea_add_trace (MMLocationGpsNmea *self,
const gchar *trace)
@@ -185,6 +188,9 @@ mm_location_gps_nmea_build_full (MMLocationGpsNmea *self)
/*****************************************************************************/
+/**
+ * mm_location_gps_nmea_get_string_variant: (skip)
+ */
GVariant *
mm_location_gps_nmea_get_string_variant (MMLocationGpsNmea *self)
{
@@ -202,6 +208,9 @@ mm_location_gps_nmea_get_string_variant (MMLocationGpsNmea *self)
/*****************************************************************************/
+/**
+ * mm_location_gps_nmea_new_from_string_variant: (skip)
+ */
MMLocationGpsNmea *
mm_location_gps_nmea_new_from_string_variant (GVariant *string,
GError **error)
@@ -245,6 +254,9 @@ mm_location_gps_nmea_new_from_string_variant (GVariant *string,
/*****************************************************************************/
+/**
+ * mm_location_gps_nmea_new: (skip)
+ */
MMLocationGpsNmea *
mm_location_gps_nmea_new (void)
{