diff options
Diffstat (limited to 'libmm-glib/mm-location-cdma-bs.c')
-rw-r--r-- | libmm-glib/mm-location-cdma-bs.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-cdma-bs.c b/libmm-glib/mm-location-cdma-bs.c index a9200f48..d050950b 100644 --- a/libmm-glib/mm-location-cdma-bs.c +++ b/libmm-glib/mm-location-cdma-bs.c @@ -88,6 +88,9 @@ mm_location_cdma_bs_get_latitude (MMLocationCdmaBs *self) /*****************************************************************************/ +/** + * mm_location_cdma_bs_set: (skip) + */ gboolean mm_location_cdma_bs_set (MMLocationCdmaBs *self, gdouble longitude, @@ -111,6 +114,9 @@ mm_location_cdma_bs_set (MMLocationCdmaBs *self, /*****************************************************************************/ +/** + * mm_location_cdma_bs_get_dictionary: (skip) + */ GVariant * mm_location_cdma_bs_get_dictionary (MMLocationCdmaBs *self) { @@ -142,6 +148,9 @@ mm_location_cdma_bs_get_dictionary (MMLocationCdmaBs *self) /*****************************************************************************/ +/** + * mm_location_cdma_bs_new_from_dictionary: (skip) + */ MMLocationCdmaBs * mm_location_cdma_bs_new_from_dictionary (GVariant *dictionary, GError **error) @@ -196,6 +205,9 @@ mm_location_cdma_bs_new_from_dictionary (GVariant *dictionary, /*****************************************************************************/ +/** + * mm_location_cdma_bs_new: (skip) + */ MMLocationCdmaBs * mm_location_cdma_bs_new (void) { |