diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 12:05:51 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 12:05:51 +0200 |
commit | 707a2ef417b138540d5cc8d1f5c8fe1479845fb0 (patch) | |
tree | 2992e9298590dfe3f10814b1cd37548867d670f6 /libmm-glib/mm-bearer-properties.c | |
parent | 7a7fddc931337ecfceb2be5497b3feed9c4c6fcc (diff) |
libmm-glib,docs: fix missing documentations
Diffstat (limited to 'libmm-glib/mm-bearer-properties.c')
-rw-r--r-- | libmm-glib/mm-bearer-properties.c | 8 |
1 files changed, 4 insertions, 4 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. * |