diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-26 23:43:08 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 5dd829174f63a950b528c76f411e2b3ee276b4b6 (patch) | |
tree | e8b84339b2d24c84d5e681abb2fd2894ab35aba5 /libmm-glib/mm-bearer-properties.c | |
parent | 037b774b189b03eea0144899812c0b1f56d5f770 (diff) |
libmm-glib: flag as (skip) all non-API methods
So that the GI scanner ignores them.
Diffstat (limited to 'libmm-glib/mm-bearer-properties.c')
-rw-r--r-- | libmm-glib/mm-bearer-properties.c | 18 |
1 files changed, 18 insertions, 0 deletions
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) |