diff options
-rw-r--r-- | libmm-glib/mm-bearer-properties.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libmm-glib/mm-bearer-properties.c b/libmm-glib/mm-bearer-properties.c index d202e6d3..a02316d1 100644 --- a/libmm-glib/mm-bearer-properties.c +++ b/libmm-glib/mm-bearer-properties.c @@ -408,16 +408,6 @@ mm_bearer_properties_get_dictionary (MMBearerProperties *self) /*****************************************************************************/ - -/** - * mm_bearer_properties_consume_string: - * @self: a #MMBearerProperties - * @key: the key string. - * @value: the value string. - * @error: (allow-none): Return location for error or %NULL. - * - * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. - */ gboolean mm_bearer_properties_consume_string (MMBearerProperties *self, const gchar *key, @@ -527,15 +517,6 @@ mm_bearer_properties_new_from_string (const gchar *str, /*****************************************************************************/ -/** - * mm_bearer_properties_consume_variant: - * @properties: a #MMBearerProperties - * @key: the key string. - * @value: a #GVariant - * @error: (allow-none): Return location for error or %NULL. - * - * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. - */ gboolean mm_bearer_properties_consume_variant (MMBearerProperties *properties, const gchar *key, |