diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-26 23:43:08 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 5dd829174f63a950b528c76f411e2b3ee276b4b6 (patch) | |
tree | e8b84339b2d24c84d5e681abb2fd2894ab35aba5 /libmm-glib/mm-location-gps-raw.c | |
parent | 037b774b189b03eea0144899812c0b1f56d5f770 (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-raw.c')
-rw-r--r-- | libmm-glib/mm-location-gps-raw.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-gps-raw.c b/libmm-glib/mm-location-gps-raw.c index 98e9eca8..a5759e07 100644 --- a/libmm-glib/mm-location-gps-raw.c +++ b/libmm-glib/mm-location-gps-raw.c @@ -176,6 +176,9 @@ out: return ret; } +/** + * mm_location_gps_raw_add_trace: (skip) + */ gboolean mm_location_gps_raw_add_trace (MMLocationGpsRaw *self, const gchar *trace) @@ -265,6 +268,9 @@ mm_location_gps_raw_add_trace (MMLocationGpsRaw *self, /*****************************************************************************/ +/** + * mm_location_gps_raw_get_dictionary: (skip) + */ GVariant * mm_location_gps_raw_get_dictionary (MMLocationGpsRaw *self) { @@ -308,6 +314,9 @@ mm_location_gps_raw_get_dictionary (MMLocationGpsRaw *self) /*****************************************************************************/ +/** + * mm_location_gps_raw_new_from_dictionary: (skip) + */ MMLocationGpsRaw * mm_location_gps_raw_new_from_dictionary (GVariant *dictionary, GError **error) @@ -368,6 +377,9 @@ mm_location_gps_raw_new_from_dictionary (GVariant *dictionary, /*****************************************************************************/ +/** + * mm_location_gps_raw_new: (skip) + */ MMLocationGpsRaw * mm_location_gps_raw_new (void) { |