diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-11-11 14:30:33 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-11-12 12:22:24 +0100 |
commit | 8b8bc0773f70961807d0208449a132b9fd673aab (patch) | |
tree | eb29d78f8041afd79278c9ed42c0fd971d75395d /libmm-glib/mm-bearer-properties.c | |
parent | e9fd90a70c8bf9b4d58387607ab52c294efbec2e (diff) |
libmm-glib,bearer-properties: don't document non-public API
To avoid gtk-doc complaining about that.
Diffstat (limited to 'libmm-glib/mm-bearer-properties.c')
-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, |