diff options
Diffstat (limited to 'libmm-glib')
-rw-r--r-- | libmm-glib/mm-bearer-properties.c | 8 | ||||
-rw-r--r-- | libmm-glib/mm-modem-messaging.c | 2 | ||||
-rw-r--r-- | libmm-glib/mm-modem.c | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libmm-glib/mm-bearer-properties.c b/libmm-glib/mm-bearer-properties.c index c864f8e8..c87068ff 100644 --- a/libmm-glib/mm-bearer-properties.c +++ b/libmm-glib/mm-bearer-properties.c @@ -309,7 +309,7 @@ mm_bearer_properties_get_number (MMBearerProperties *self) /*****************************************************************************/ /** - * mm_simple_connect_properties_set_rm_protocol: + * mm_bearer_properties_set_rm_protocol: * @self: a #MMBearerProperties. * @protocol: a #MMModemCdmaRmProtocol. * @@ -412,8 +412,8 @@ mm_bearer_properties_get_dictionary (MMBearerProperties *self) /** * mm_bearer_properties_consume_string: * @self: a #MMBearerProperties - * @key: - * @value: + * @key: the key string. + * @value: the value string. * @error: (allow-none): Return location for error or %NULL. * * Returns: %TRUE if the operation succeded, %FALSE if @error is set. @@ -530,7 +530,7 @@ mm_bearer_properties_new_from_string (const gchar *str, /** * mm_bearer_properties_consume_variant: * @properties: a #MMBearerProperties - * @key: + * @key: the key string. * @value: a #GVariant * @error: (allow-none): Return location for error or %NULL. * diff --git a/libmm-glib/mm-modem-messaging.c b/libmm-glib/mm-modem-messaging.c index c6191949..682cae93 100644 --- a/libmm-glib/mm-modem-messaging.c +++ b/libmm-glib/mm-modem-messaging.c @@ -530,7 +530,7 @@ create_sms_ready (MMModemMessaging *self, } /** - * mm_modem_messaging_create_sms: + * mm_modem_messaging_create: * @self: A #MMModemMessaging. * @properties: A ##MMSmsProperties object with the properties to use. * @cancellable: (allow-none): A #GCancellable or %NULL. diff --git a/libmm-glib/mm-modem.c b/libmm-glib/mm-modem.c index 5221c2d4..5a00e0bf 100644 --- a/libmm-glib/mm-modem.c +++ b/libmm-glib/mm-modem.c @@ -1129,7 +1129,7 @@ mm_modem_get_power_state (MMModem *self) /*****************************************************************************/ /** - * mm_modem_get_access_technology: + * mm_modem_get_access_technologies: * @self: A #MMModem. * * Gets the current network access technology used by the #MMModem to communicate |