aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib
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
parent037b774b189b03eea0144899812c0b1f56d5f770 (diff)
libmm-glib: flag as (skip) all non-API methods
So that the GI scanner ignores them.
Diffstat (limited to 'libmm-glib')
-rw-r--r--libmm-glib/mm-bearer-ip-config.c27
-rw-r--r--libmm-glib/mm-bearer-properties.c18
-rw-r--r--libmm-glib/mm-bearer-stats.c18
-rw-r--r--libmm-glib/mm-call-audio-format.c18
-rw-r--r--libmm-glib/mm-call-properties.c9
-rw-r--r--libmm-glib/mm-cdma-manual-activation-properties.c9
-rw-r--r--libmm-glib/mm-firmware-properties.c24
-rw-r--r--libmm-glib/mm-firmware-update-settings.c18
-rw-r--r--libmm-glib/mm-kernel-event-properties.c9
-rw-r--r--libmm-glib/mm-location-3gpp.c27
-rw-r--r--libmm-glib/mm-location-cdma-bs.c12
-rw-r--r--libmm-glib/mm-location-gps-nmea.c12
-rw-r--r--libmm-glib/mm-location-gps-raw.c12
-rw-r--r--libmm-glib/mm-network-timezone.c18
-rw-r--r--libmm-glib/mm-pco.c18
-rw-r--r--libmm-glib/mm-signal.c33
-rw-r--r--libmm-glib/mm-simple-connect-properties.c12
-rw-r--r--libmm-glib/mm-simple-status.c9
-rw-r--r--libmm-glib/mm-sms-properties.c9
-rw-r--r--libmm-glib/mm-unlock-retries.c21
20 files changed, 333 insertions, 0 deletions
diff --git a/libmm-glib/mm-bearer-ip-config.c b/libmm-glib/mm-bearer-ip-config.c
index 73242b24..99e4f3a3 100644
--- a/libmm-glib/mm-bearer-ip-config.c
+++ b/libmm-glib/mm-bearer-ip-config.c
@@ -71,6 +71,9 @@ mm_bearer_ip_config_get_method (MMBearerIpConfig *self)
return self->priv->method;
}
+/**
+ * mm_bearer_ip_config_set_method: (skip)
+ */
void
mm_bearer_ip_config_set_method (MMBearerIpConfig *self,
MMBearerIpMethod method)
@@ -101,6 +104,9 @@ mm_bearer_ip_config_get_address (MMBearerIpConfig *self)
return self->priv->address;
}
+/**
+ * mm_bearer_ip_config_set_address: (skip)
+ */
void
mm_bearer_ip_config_set_address (MMBearerIpConfig *self,
const gchar *address)
@@ -131,6 +137,9 @@ mm_bearer_ip_config_get_prefix (MMBearerIpConfig *self)
return self->priv->prefix;
}
+/**
+ * mm_bearer_ip_config_set_prefix: (skip)
+ */
void
mm_bearer_ip_config_set_prefix (MMBearerIpConfig *self,
guint prefix)
@@ -161,6 +170,9 @@ mm_bearer_ip_config_get_dns (MMBearerIpConfig *self)
return (const gchar **)self->priv->dns;
}
+/**
+ * mm_bearer_ip_config_set_dns: (skip)
+ */
void
mm_bearer_ip_config_set_dns (MMBearerIpConfig *self,
const gchar **dns)
@@ -192,6 +204,9 @@ mm_bearer_ip_config_get_gateway (MMBearerIpConfig *self)
return self->priv->gateway;
}
+/**
+ * mm_bearer_ip_config_set_gateway: (skip)
+ */
void
mm_bearer_ip_config_set_gateway (MMBearerIpConfig *self,
const gchar *gateway)
@@ -222,6 +237,9 @@ mm_bearer_ip_config_get_mtu (MMBearerIpConfig *self)
return self->priv->mtu;
}
+/**
+ * mm_bearer_ip_config_set_mtu: (skip)
+ */
void
mm_bearer_ip_config_set_mtu (MMBearerIpConfig *self,
guint mtu)
@@ -233,6 +251,9 @@ mm_bearer_ip_config_set_mtu (MMBearerIpConfig *self,
/*****************************************************************************/
+/**
+ * mm_bearer_ip_config_get_dictionary: (skip)
+ */
GVariant *
mm_bearer_ip_config_get_dictionary (MMBearerIpConfig *self)
{
@@ -300,6 +321,9 @@ mm_bearer_ip_config_get_dictionary (MMBearerIpConfig *self)
/*****************************************************************************/
+/**
+ * mm_bearer_ip_config_new_from_dictionary: (skip)
+ */
MMBearerIpConfig *
mm_bearer_ip_config_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -382,6 +406,9 @@ mm_bearer_ip_config_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/**
+ * mm_bearer_ip_config_new: (skip)
+ */
MMBearerIpConfig *
mm_bearer_ip_config_new (void)
{
diff --git a/libmm-glib/mm-bearer-properties.c b/libmm-glib/mm-bearer-properties.c
index 22c31948..3d1b45b4 100644
--- a/libmm-glib/mm-bearer-properties.c
+++ b/libmm-glib/mm-bearer-properties.c
@@ -389,6 +389,9 @@ mm_bearer_properties_get_rm_protocol (MMBearerProperties *self)
/*****************************************************************************/
+/**
+ * mm_bearer_properties_get_dictionary: (skip)
+ */
GVariant *
mm_bearer_properties_get_dictionary (MMBearerProperties *self)
{
@@ -449,6 +452,9 @@ mm_bearer_properties_get_dictionary (MMBearerProperties *self)
/*****************************************************************************/
+/**
+ * mm_bearer_properties_consume_string: (skip)
+ */
gboolean
mm_bearer_properties_consume_string (MMBearerProperties *self,
const gchar *key,
@@ -533,6 +539,9 @@ key_value_foreach (const gchar *key,
&ctx->error);
}
+/**
+ * mm_bearer_properties_new_from_string: (skip)
+ */
MMBearerProperties *
mm_bearer_properties_new_from_string (const gchar *str,
GError **error)
@@ -558,6 +567,9 @@ mm_bearer_properties_new_from_string (const gchar *str,
/*****************************************************************************/
+/**
+ * mm_bearer_properties_consume_variant: (skip)
+ */
gboolean
mm_bearer_properties_consume_variant (MMBearerProperties *properties,
const gchar *key,
@@ -605,6 +617,9 @@ mm_bearer_properties_consume_variant (MMBearerProperties *properties,
return TRUE;
}
+/**
+ * mm_bearer_properties_new_from_dictionary: (skip)
+ */
MMBearerProperties *
mm_bearer_properties_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -652,6 +667,9 @@ mm_bearer_properties_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/**
+ * mm_bearer_properties_cmp: (skip)
+ */
gboolean
mm_bearer_properties_cmp (MMBearerProperties *a,
MMBearerProperties *b)
diff --git a/libmm-glib/mm-bearer-stats.c b/libmm-glib/mm-bearer-stats.c
index 0301ff70..df499ca5 100644
--- a/libmm-glib/mm-bearer-stats.c
+++ b/libmm-glib/mm-bearer-stats.c
@@ -64,6 +64,9 @@ mm_bearer_stats_get_duration (MMBearerStats *self)
return self->priv->duration;
}
+/**
+ * mm_bearer_stats_set_duration: (skip)
+ */
void
mm_bearer_stats_set_duration (MMBearerStats *self,
guint duration)
@@ -93,6 +96,9 @@ mm_bearer_stats_get_rx_bytes (MMBearerStats *self)
return self->priv->rx_bytes;
}
+/**
+ * mm_bearer_stats_set_rx_bytes: (skip)
+ */
void
mm_bearer_stats_set_rx_bytes (MMBearerStats *self,
guint64 bytes)
@@ -122,6 +128,9 @@ mm_bearer_stats_get_tx_bytes (MMBearerStats *self)
return self->priv->tx_bytes;
}
+/**
+ * mm_bearer_stats_set_tx_bytes: (skip)
+ */
void
mm_bearer_stats_set_tx_bytes (MMBearerStats *self,
guint64 bytes)
@@ -133,6 +142,9 @@ mm_bearer_stats_set_tx_bytes (MMBearerStats *self,
/*****************************************************************************/
+/**
+ * mm_bearer_stats_get_dictionary: (skip)
+ */
GVariant *
mm_bearer_stats_get_dictionary (MMBearerStats *self)
{
@@ -160,6 +172,9 @@ mm_bearer_stats_get_dictionary (MMBearerStats *self)
/*****************************************************************************/
+/**
+ * mm_bearer_stats_new_from_dictionary: (skip)
+ */
MMBearerStats *
mm_bearer_stats_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -207,6 +222,9 @@ mm_bearer_stats_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/**
+ * mm_bearer_stats_new: (skip)
+ */
MMBearerStats *
mm_bearer_stats_new (void)
{
diff --git a/libmm-glib/mm-call-audio-format.c b/libmm-glib/mm-call-audio-format.c
index 221cf85a..54debb67 100644
--- a/libmm-glib/mm-call-audio-format.c
+++ b/libmm-glib/mm-call-audio-format.c
@@ -64,6 +64,9 @@ mm_call_audio_format_get_encoding (MMCallAudioFormat *self)
return self->priv->encoding;
}
+/**
+ * mm_call_audio_format_set_encoding: (skip)
+ */
void
mm_call_audio_format_set_encoding (MMCallAudioFormat *self,
const gchar *encoding)
@@ -96,6 +99,9 @@ mm_call_audio_format_get_resolution (MMCallAudioFormat *self)
return self->priv->resolution;
}
+/**
+ * mm_call_audio_format_set_resolution: (skip)
+ */
void
mm_call_audio_format_set_resolution (MMCallAudioFormat *self,
const gchar *resolution)
@@ -127,6 +133,9 @@ mm_call_audio_format_get_rate (MMCallAudioFormat *self)
return self->priv->rate;
}
+/**
+ * mm_call_audio_format_set_rate: (skip)
+ */
void
mm_call_audio_format_set_rate (MMCallAudioFormat *self,
guint rate)
@@ -138,6 +147,9 @@ mm_call_audio_format_set_rate (MMCallAudioFormat *self,
/*****************************************************************************/
+/**
+ * mm_call_audio_format_get_dictionary: (skip)
+ */
GVariant *
mm_call_audio_format_get_dictionary (MMCallAudioFormat *self)
{
@@ -173,6 +185,9 @@ mm_call_audio_format_get_dictionary (MMCallAudioFormat *self)
/*****************************************************************************/
+/**
+ * mm_call_audio_format_new_from_dictionary: (skip)
+ */
MMCallAudioFormat *
mm_call_audio_format_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -220,6 +235,9 @@ mm_call_audio_format_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/**
+ * mm_call_audio_format_new: (skip)
+ */
MMCallAudioFormat *
mm_call_audio_format_new (void)
{
diff --git a/libmm-glib/mm-call-properties.c b/libmm-glib/mm-call-properties.c
index 6a343fc2..547fe868 100644
--- a/libmm-glib/mm-call-properties.c
+++ b/libmm-glib/mm-call-properties.c
@@ -211,6 +211,9 @@ mm_call_properties_get_state_reason (MMCallProperties *self)
/*****************************************************************************/
+/*
+ * mm_call_properties_get_dictionary: (skip)
+ */
GVariant *
mm_call_properties_get_dictionary (MMCallProperties *self)
{
@@ -270,6 +273,9 @@ key_value_foreach (const gchar *key,
&ctx->error);
}
+/*
+ * mm_call_properties_new_from_string: (skip)
+ */
MMCallProperties *
mm_call_properties_new_from_string (const gchar *str,
GError **error)
@@ -319,6 +325,9 @@ consume_variant (MMCallProperties *properties,
return TRUE;
}
+/*
+ * mm_call_properties_new_from_dictionary: (skip)
+ */
MMCallProperties *
mm_call_properties_new_from_dictionary (GVariant *dictionary,
GError **error)
diff --git a/libmm-glib/mm-cdma-manual-activation-properties.c b/libmm-glib/mm-cdma-manual-activation-properties.c
index 6265d26a..d5c1f921 100644
--- a/libmm-glib/mm-cdma-manual-activation-properties.c
+++ b/libmm-glib/mm-cdma-manual-activation-properties.c
@@ -570,6 +570,9 @@ mm_cdma_manual_activation_properties_set_prl_bytearray (MMCdmaManualActivationPr
/*****************************************************************************/
+/**
+ * mm_cdma_manual_activation_properties_get_dictionary: (skip)
+ */
GVariant *
mm_cdma_manual_activation_properties_get_dictionary (MMCdmaManualActivationProperties *self)
{
@@ -696,6 +699,9 @@ consume_variant (MMCdmaManualActivationProperties *self,
return FALSE;
}
+/**
+ * mm_cdma_manual_activation_properties_new_from_dictionary: (skip)
+ */
MMCdmaManualActivationProperties *
mm_cdma_manual_activation_properties_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -833,6 +839,9 @@ key_value_foreach (const gchar *key,
&ctx->error);
}
+/**
+ * mm_cdma_manual_activation_properties_new_from_string: (skip)
+ */
MMCdmaManualActivationProperties *
mm_cdma_manual_activation_properties_new_from_string (const gchar *str,
GError **error)
diff --git a/libmm-glib/mm-firmware-properties.c b/libmm-glib/mm-firmware-properties.c
index d8bbfaaf..d96f3430 100644
--- a/libmm-glib/mm-firmware-properties.c
+++ b/libmm-glib/mm-firmware-properties.c
@@ -119,6 +119,9 @@ mm_firmware_properties_get_gobi_pri_version (MMFirmwareProperties *self)
return self->priv->gobi_pri_version;
}
+/*
+ * mm_firmware_properties_set_gobi_pri_version: (skip)
+ */
void
mm_firmware_properties_set_gobi_pri_version (MMFirmwareProperties *self,
const gchar *version)
@@ -152,6 +155,9 @@ mm_firmware_properties_get_gobi_pri_info (MMFirmwareProperties *self)
return self->priv->gobi_pri_info;
}
+/*
+ * mm_firmware_properties_set_gobi_pri_info: (skip)
+ */
void
mm_firmware_properties_set_gobi_pri_info (MMFirmwareProperties *self,
const gchar *info)
@@ -184,6 +190,9 @@ mm_firmware_properties_get_gobi_boot_version (MMFirmwareProperties *self)
return self->priv->gobi_boot_version;
}
+/*
+ * mm_firmware_properties_set_gobi_boot_version: (skip)
+ */
void
mm_firmware_properties_set_gobi_boot_version (MMFirmwareProperties *self,
const gchar *version)
@@ -218,6 +227,9 @@ mm_firmware_properties_get_gobi_pri_unique_id (MMFirmwareProperties *self)
return self->priv->gobi_pri_unique_id;
}
+/*
+ * mm_firmware_properties_set_gobi_pri_unique_id: (skip)
+ */
void
mm_firmware_properties_set_gobi_pri_unique_id (MMFirmwareProperties *self,
const gchar *unique_id)
@@ -252,6 +264,9 @@ mm_firmware_properties_get_gobi_modem_unique_id (MMFirmwareProperties *self)
return self->priv->gobi_modem_unique_id;
}
+/*
+ * mm_firmware_properties_set_gobi_modem_unique_id: (skip)
+ */
void
mm_firmware_properties_set_gobi_modem_unique_id (MMFirmwareProperties *self,
const gchar *unique_id)
@@ -265,6 +280,9 @@ mm_firmware_properties_set_gobi_modem_unique_id (MMFirmwareProperties *self,
/*****************************************************************************/
+/*
+ * mm_firmware_properties_get_dictionary: (skip)
+ */
GVariant *
mm_firmware_properties_get_dictionary (MMFirmwareProperties *self)
{
@@ -361,6 +379,9 @@ consume_variant (MMFirmwareProperties *self,
return TRUE;
}
+/*
+ * mm_firmware_properties_new_from_dictionary: (skip)
+ */
MMFirmwareProperties *
mm_firmware_properties_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -425,6 +446,9 @@ mm_firmware_properties_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/*
+ * mm_firmware_properties_new: (skip)
+ */
MMFirmwareProperties *
mm_firmware_properties_new (MMFirmwareImageType image_type,
const gchar *unique_id)
diff --git a/libmm-glib/mm-firmware-update-settings.c b/libmm-glib/mm-firmware-update-settings.c
index defae7c7..72ef8456 100644
--- a/libmm-glib/mm-firmware-update-settings.c
+++ b/libmm-glib/mm-firmware-update-settings.c
@@ -85,6 +85,9 @@ mm_firmware_update_settings_get_device_ids (MMFirmwareUpdateSettings *self)
return (const gchar **) self->priv->device_ids;
}
+/**
+ * mm_firmware_update_settings_set_device_ids: (skip)
+ */
void
mm_firmware_update_settings_set_device_ids (MMFirmwareUpdateSettings *self,
const gchar **device_ids)
@@ -117,6 +120,9 @@ mm_firmware_update_settings_get_version (MMFirmwareUpdateSettings *self)
return self->priv->version;
}
+/**
+ * mm_firmware_update_settings_set_version: (skip)
+ */
void
mm_firmware_update_settings_set_version (MMFirmwareUpdateSettings *self,
const gchar *version)
@@ -153,6 +159,9 @@ mm_firmware_update_settings_get_fastboot_at (MMFirmwareUpdateSettings *self)
return self->priv->fastboot_at;
}
+/**
+ * mm_firmware_update_settings_set_fastboot_at: (skip)
+ */
void
mm_firmware_update_settings_set_fastboot_at (MMFirmwareUpdateSettings *self,
const gchar *fastboot_at)
@@ -166,6 +175,9 @@ mm_firmware_update_settings_set_fastboot_at (MMFirmwareUpdateSettings *self,
/*****************************************************************************/
+/**
+ * mm_firmware_update_settings_get_variant: (skip)
+ */
GVariant *
mm_firmware_update_settings_get_variant (MMFirmwareUpdateSettings *self)
{
@@ -226,6 +238,9 @@ consume_variant (MMFirmwareUpdateSettings *self,
return TRUE;
}
+/**
+ * mm_firmware_update_settings_new_from_variant: (skip)
+ */
MMFirmwareUpdateSettings *
mm_firmware_update_settings_new_from_variant (GVariant *variant,
GError **error)
@@ -290,6 +305,9 @@ mm_firmware_update_settings_new_from_variant (GVariant *variant,
/*****************************************************************************/
+/**
+ * mm_firmware_update_settings_new: (skip)
+ */
MMFirmwareUpdateSettings *
mm_firmware_update_settings_new (MMModemFirmwareUpdateMethod method)
{
diff --git a/libmm-glib/mm-kernel-event-properties.c b/libmm-glib/mm-kernel-event-properties.c
index b7853ffd..6514944d 100644
--- a/libmm-glib/mm-kernel-event-properties.c
+++ b/libmm-glib/mm-kernel-event-properties.c
@@ -210,6 +210,9 @@ mm_kernel_event_properties_get_uid (MMKernelEventProperties *self)
/*****************************************************************************/
+/**
+ * mm_kernel_event_properties_get_dictionary: (skip)
+ */
GVariant *
mm_kernel_event_properties_get_dictionary (MMKernelEventProperties *self)
{
@@ -294,6 +297,9 @@ key_value_foreach (const gchar *key,
&ctx->error);
}
+/**
+ * mm_kernel_event_properties_new_from_string: (skip)
+ */
MMKernelEventProperties *
mm_kernel_event_properties_new_from_string (const gchar *str,
GError **error)
@@ -355,6 +361,9 @@ consume_variant (MMKernelEventProperties *properties,
return TRUE;
}
+/**
+ * mm_kernel_event_properties_new_from_dictionary: (skip)
+ */
MMKernelEventProperties *
mm_kernel_event_properties_new_from_dictionary (GVariant *dictionary,
GError **error)
diff --git a/libmm-glib/mm-location-3gpp.c b/libmm-glib/mm-location-3gpp.c
index 61f54719..bea3913e 100644
--- a/libmm-glib/mm-location-3gpp.c
+++ b/libmm-glib/mm-location-3gpp.c
@@ -69,6 +69,9 @@ mm_location_3gpp_get_mobile_country_code (MMLocation3gpp *self)
return self->priv->mobile_country_code;
}
+/**
+ * mm_location_3gpp_set_mobile_country_code: (skip)
+ */
gboolean
mm_location_3gpp_set_mobile_country_code (MMLocation3gpp *self,
guint mobile_country_code)
@@ -107,6 +110,9 @@ mm_location_3gpp_get_mobile_network_code (MMLocation3gpp *self)
return self->priv->mobile_network_code;
}
+/**
+ * mm_location_3gpp_set_mobile_network_code: (skip)
+ */
gboolean
mm_location_3gpp_set_mobile_network_code (MMLocation3gpp *self,
guint mobile_network_code)
@@ -142,6 +148,9 @@ mm_location_3gpp_get_location_area_code (MMLocation3gpp *self)
return self->priv->location_area_code;
}
+/**
+ * mm_location_3gpp_set_location_area_code: (skip)
+ */
gboolean
mm_location_3gpp_set_location_area_code (MMLocation3gpp *self,
gulong location_area_code)
@@ -176,6 +185,9 @@ mm_location_3gpp_get_cell_id (MMLocation3gpp *self)
return self->priv->cell_id;
}
+/**
+ * mm_location_3gpp_set_cell_id: (skip)
+ */
gboolean
mm_location_3gpp_set_cell_id (MMLocation3gpp *self,
gulong cell_id)
@@ -210,6 +222,9 @@ mm_location_3gpp_get_tracking_area_code (MMLocation3gpp *self)
return self->priv->tracking_area_code;
}
+/**
+ * mm_location_3gpp_set_tracking_area_code: (skip)
+ */
gboolean
mm_location_3gpp_set_tracking_area_code (MMLocation3gpp *self,
gulong tracking_area_code)
@@ -226,6 +241,9 @@ mm_location_3gpp_set_tracking_area_code (MMLocation3gpp *self,
/*****************************************************************************/
+/**
+ * mm_location_3gpp_reset: (skip)
+ */
gboolean
mm_location_3gpp_reset (MMLocation3gpp *self)
{
@@ -250,6 +268,9 @@ mm_location_3gpp_reset (MMLocation3gpp *self)
/*****************************************************************************/
+/**
+ * mm_location_3gpp_get_string_variant: (skip)
+ */
GVariant *
mm_location_3gpp_get_string_variant (MMLocation3gpp *self)
{
@@ -335,6 +356,9 @@ validate_numeric_string_content (const gchar *display,
return TRUE;
}
+/**
+ * mm_location_3gpp_new_from_string_variant: (skip)
+ */
MMLocation3gpp *
mm_location_3gpp_new_from_string_variant (GVariant *string,
GError **error)
@@ -387,6 +411,9 @@ mm_location_3gpp_new_from_string_variant (GVariant *string,
/*****************************************************************************/
+/**
+ * mm_location_3gpp_new: (skip)
+ */
MMLocation3gpp *
mm_location_3gpp_new (void)
{
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)
{
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)
{
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)
{
diff --git a/libmm-glib/mm-network-timezone.c b/libmm-glib/mm-network-timezone.c
index c2c555ee..b78dde0e 100644
--- a/libmm-glib/mm-network-timezone.c
+++ b/libmm-glib/mm-network-timezone.c
@@ -59,6 +59,9 @@ mm_network_timezone_get_offset (MMNetworkTimezone *self)
return self->priv->offset;
}
+/**
+ * mm_network_timezone_set_offset: (skip)
+ */
void
mm_network_timezone_set_offset (MMNetworkTimezone *self,
gint offset)
@@ -90,6 +93,9 @@ mm_network_timezone_get_dst_offset (MMNetworkTimezone *self)
return self->priv->dst_offset;
}
+/**
+ * mm_network_timezone_set_dst_offset: (skip)
+ */
void
mm_network_timezone_set_dst_offset (MMNetworkTimezone *self,
gint dst_offset)
@@ -121,6 +127,9 @@ mm_network_timezone_get_leap_seconds (MMNetworkTimezone *self)
return self->priv->leap_seconds;
}
+/**
+ * mm_network_timezone_set_leap_seconds: (skip)
+ */
void
mm_network_timezone_set_leap_seconds (MMNetworkTimezone *self,
gint leap_seconds)
@@ -132,6 +141,9 @@ mm_network_timezone_set_leap_seconds (MMNetworkTimezone *self,
/*****************************************************************************/
+/**
+ * mm_network_timezone_get_dictionary: (skip)
+ */
GVariant *
mm_network_timezone_get_dictionary (MMNetworkTimezone *self)
{
@@ -168,6 +180,9 @@ mm_network_timezone_get_dictionary (MMNetworkTimezone *self)
/*****************************************************************************/
+/**
+ * mm_network_timezone_new_from_dictionary: (skip)
+ */
MMNetworkTimezone *
mm_network_timezone_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -233,6 +248,9 @@ mm_network_timezone_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/**
+ * mm_network_timezone_new: (skip)
+ */
MMNetworkTimezone *
mm_network_timezone_new (void)
{
diff --git a/libmm-glib/mm-pco.c b/libmm-glib/mm-pco.c
index f1a70a8d..0fc8d291 100644
--- a/libmm-glib/mm-pco.c
+++ b/libmm-glib/mm-pco.c
@@ -88,6 +88,9 @@ mm_pco_get_session_id (MMPco *self)
return self->priv->session_id;
}
+/**
+ * mm_pco_set_session_id: (skip)
+ */
void
mm_pco_set_session_id (MMPco *self,
guint32 session_id)
@@ -119,6 +122,9 @@ mm_pco_is_complete (MMPco *self)
return self->priv->is_complete;
}
+/**
+ * mm_pco_set_complete: (skip)
+ */
void
mm_pco_set_complete (MMPco *self,
gboolean is_complete)
@@ -150,6 +156,9 @@ mm_pco_get_data (MMPco *self,
return g_bytes_get_data (self->priv->data, data_size);
}
+/**
+ * mm_pco_set_data: (skip)
+ */
void
mm_pco_set_data (MMPco *self,
const guint8 *data,
@@ -165,6 +174,9 @@ mm_pco_set_data (MMPco *self,
/*****************************************************************************/
+/**
+ * mm_pco_from_variant: (skip)
+ */
MMPco *
mm_pco_from_variant (GVariant *variant,
GError **error)
@@ -200,6 +212,9 @@ mm_pco_from_variant (GVariant *variant,
/*****************************************************************************/
+/**
+ * mm_pco_to_variant: (skip)
+ */
GVariant *
mm_pco_to_variant (MMPco *self)
{
@@ -279,6 +294,9 @@ mm_pco_list_add (GList *pco_list,
/*****************************************************************************/
+/**
+ * mm_pco_new: (skip)
+ */
MMPco *
mm_pco_new (void)
{
diff --git a/libmm-glib/mm-signal.c b/libmm-glib/mm-signal.c
index f5ea502c..64127cd0 100644
--- a/libmm-glib/mm-signal.c
+++ b/libmm-glib/mm-signal.c
@@ -71,6 +71,9 @@ mm_signal_get_rssi (MMSignal *self)
return self->priv->rssi;
}
+/**
+ * mm_signal_set_rssi: (skip)
+ */
void
mm_signal_set_rssi (MMSignal *self,
gdouble value)
@@ -100,6 +103,9 @@ mm_signal_get_rscp (MMSignal *self)
return self->priv->rscp;
}
+/**
+ * mm_signal_set_rscp: (skip)
+ */
void
mm_signal_set_rscp (MMSignal *self,
gdouble value)
@@ -131,6 +137,9 @@ mm_signal_get_ecio (MMSignal *self)
return self->priv->ecio;
}
+/**
+ * mm_signal_set_ecio: (skip)
+ */
void
mm_signal_set_ecio (MMSignal *self,
gdouble value)
@@ -162,6 +171,9 @@ mm_signal_get_sinr (MMSignal *self)
return self->priv->sinr;
}
+/**
+ * mm_signal_set_sinr: (skip)
+ */
void
mm_signal_set_sinr (MMSignal *self,
gdouble value)
@@ -193,6 +205,9 @@ mm_signal_get_io (MMSignal *self)
return self->priv->io;
}
+/**
+ * mm_signal_set_io: (skip)
+ */
void
mm_signal_set_io (MMSignal *self,
gdouble value)
@@ -224,6 +239,9 @@ mm_signal_get_rsrp (MMSignal *self)
return self->priv->rsrp;
}
+/**
+ * mm_signal_set_rsrp: (skip)
+ */
void
mm_signal_set_rsrp (MMSignal *self,
gdouble value)
@@ -255,6 +273,9 @@ mm_signal_get_rsrq (MMSignal *self)
return self->priv->rsrq;
}
+/**
+ * mm_signal_set_rsrq: (skip)
+ */
void
mm_signal_set_rsrq (MMSignal *self,
gdouble value)
@@ -286,6 +307,9 @@ mm_signal_get_snr (MMSignal *self)
return self->priv->snr;
}
+/**
+ * mm_signal_set_snr: (skip)
+ */
void
mm_signal_set_snr (MMSignal *self,
gdouble value)
@@ -297,6 +321,9 @@ mm_signal_set_snr (MMSignal *self,
/*****************************************************************************/
+/**
+ * mm_signal_get_dictionary: (skip)
+ */
GVariant *
mm_signal_get_dictionary (MMSignal *self)
{
@@ -398,6 +425,9 @@ consume_variant (MMSignal *self,
return TRUE;
}
+/**
+ * mm_signal_new_from_dictionary: (skip)
+ */
MMSignal *
mm_signal_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -448,6 +478,9 @@ mm_signal_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/**
+ * mm_signal_new: (skip)
+ */
MMSignal *
mm_signal_new (void)
{
diff --git a/libmm-glib/mm-simple-connect-properties.c b/libmm-glib/mm-simple-connect-properties.c
index 4f9b8694..f8649b55 100644
--- a/libmm-glib/mm-simple-connect-properties.c
+++ b/libmm-glib/mm-simple-connect-properties.c
@@ -415,6 +415,9 @@ mm_simple_connect_properties_get_number (MMSimpleConnectProperties *self)
/*****************************************************************************/
+/**
+ * mm_simple_connect_properties_get_bearer_properties: (skip)
+ */
MMBearerProperties *
mm_simple_connect_properties_get_bearer_properties (MMSimpleConnectProperties *self)
{
@@ -425,6 +428,9 @@ mm_simple_connect_properties_get_bearer_properties (MMSimpleConnectProperties *s
/*****************************************************************************/
+/**
+ * mm_simple_connect_properties_get_dictionary: (skip)
+ */
GVariant *
mm_simple_connect_properties_get_dictionary (MMSimpleConnectProperties *self)
{
@@ -504,6 +510,9 @@ key_value_foreach (const gchar *key,
return !ctx->error;
}
+/**
+ * mm_simple_connect_properties_new_from_string: (skip)
+ */
MMSimpleConnectProperties *
mm_simple_connect_properties_new_from_string (const gchar *str,
GError **error)
@@ -530,6 +539,9 @@ mm_simple_connect_properties_new_from_string (const gchar *str,
/*****************************************************************************/
+/**
+ * mm_simple_connect_properties_new_from_dictionary: (skip)
+ */
MMSimpleConnectProperties *
mm_simple_connect_properties_new_from_dictionary (GVariant *dictionary,
GError **error)
diff --git a/libmm-glib/mm-simple-status.c b/libmm-glib/mm-simple-status.c
index d022fd5b..a296fd68 100644
--- a/libmm-glib/mm-simple-status.c
+++ b/libmm-glib/mm-simple-status.c
@@ -358,6 +358,9 @@ mm_simple_status_get_cdma_nid (MMSimpleStatus *self)
/*****************************************************************************/
+/**
+ * mm_simple_status_get_dictionary: (skip)
+ */
GVariant *
mm_simple_status_get_dictionary (MMSimpleStatus *self)
{
@@ -434,6 +437,9 @@ mm_simple_status_get_dictionary (MMSimpleStatus *self)
/*****************************************************************************/
+/**
+ * mm_simple_status_new_from_dictionary: (skip)
+ */
MMSimpleStatus *
mm_simple_status_new_from_dictionary (GVariant *dictionary,
GError **error)
@@ -512,6 +518,9 @@ mm_simple_status_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
+/**
+ * mm_simple_status_new: (skip)
+ */
MMSimpleStatus *
mm_simple_status_new (void)
{
diff --git a/libmm-glib/mm-sms-properties.c b/libmm-glib/mm-sms-properties.c
index 0f9dc52b..30d5b719 100644
--- a/libmm-glib/mm-sms-properties.c
+++ b/libmm-glib/mm-sms-properties.c
@@ -511,6 +511,9 @@ mm_sms_properties_get_service_category (MMSmsProperties *self)
/*****************************************************************************/
+/**
+ * mm_sms_properties_get_dictionary: (skip)
+ */
GVariant *
mm_sms_properties_get_dictionary (MMSmsProperties *self)
{
@@ -734,6 +737,9 @@ key_value_foreach (const gchar *key,
&ctx->error);
}
+/**
+ * mm_sms_properties_new_from_string: (skip)
+ */
MMSmsProperties *
mm_sms_properties_new_from_string (const gchar *str,
GError **error)
@@ -829,6 +835,9 @@ consume_variant (MMSmsProperties *properties,
return TRUE;
}
+/**
+ * mm_sms_properties_new_from_dictionary: (skip)
+ */
MMSmsProperties *
mm_sms_properties_new_from_dictionary (GVariant *dictionary,
GError **error)
diff --git a/libmm-glib/mm-unlock-retries.c b/libmm-glib/mm-unlock-retries.c
index d3feb049..08b10a27 100644
--- a/libmm-glib/mm-unlock-retries.c
+++ b/libmm-glib/mm-unlock-retries.c
@@ -40,6 +40,9 @@ struct _MMUnlockRetriesPrivate {
/*****************************************************************************/
+/**
+ * mm_unlock_retries_set: (skip)
+ */
void
mm_unlock_retries_set (MMUnlockRetries *self,
MMModemLock lock,
@@ -50,6 +53,9 @@ mm_unlock_retries_set (MMUnlockRetries *self,
GUINT_TO_POINTER (retries));
}
+/**
+ * mm_unlock_retries_unset: (skip)
+ */
void
mm_unlock_retries_unset (MMUnlockRetries *self,
MMModemLock lock)
@@ -87,6 +93,9 @@ mm_unlock_retries_get (MMUnlockRetries *self,
/*****************************************************************************/
+/**
+ * mm_unlock_retries_cmp: (skip)
+ */
gboolean
mm_unlock_retries_cmp (MMUnlockRetries *a,
MMUnlockRetries *b)
@@ -139,6 +148,9 @@ mm_unlock_retries_foreach (MMUnlockRetries *self,
/*****************************************************************************/
+/**
+ * mm_unlock_retries_get_dictionary: (skip)
+ */
GVariant *
mm_unlock_retries_get_dictionary (MMUnlockRetries *self)
{
@@ -165,6 +177,9 @@ mm_unlock_retries_get_dictionary (MMUnlockRetries *self)
/*****************************************************************************/
+/**
+ * mm_unlock_retries_new_from_dictionary: (skip)
+ */
MMUnlockRetries *
mm_unlock_retries_new_from_dictionary (GVariant *dictionary)
{
@@ -188,6 +203,9 @@ mm_unlock_retries_new_from_dictionary (GVariant *dictionary)
/*****************************************************************************/
+/**
+ * mm_unlock_retries_build_string: (skip)
+ */
gchar *
mm_unlock_retries_build_string (MMUnlockRetries *self)
{
@@ -215,6 +233,9 @@ mm_unlock_retries_build_string (MMUnlockRetries *self)
/*****************************************************************************/
+/**
+ * mm_unlock_retries_new: (skip)
+ */
MMUnlockRetries *
mm_unlock_retries_new (void)
{