aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call-properties.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-10-26 23:43:08 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-28 10:28:31 +0100
commit5dd829174f63a950b528c76f411e2b3ee276b4b6 (patch)
treee8b84339b2d24c84d5e681abb2fd2894ab35aba5 /libmm-glib/mm-call-properties.c
parent037b774b189b03eea0144899812c0b1f56d5f770 (diff)
libmm-glib: flag as (skip) all non-API methods
So that the GI scanner ignores them.
Diffstat (limited to 'libmm-glib/mm-call-properties.c')
-rw-r--r--libmm-glib/mm-call-properties.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libmm-glib/mm-call-properties.c b/libmm-glib/mm-call-properties.c
index 6a343fc2..547fe868 100644
--- a/libmm-glib/mm-call-properties.c
+++ b/libmm-glib/mm-call-properties.c
@@ -211,6 +211,9 @@ mm_call_properties_get_state_reason (MMCallProperties *self)
/*****************************************************************************/
+/*
+ * mm_call_properties_get_dictionary: (skip)
+ */
GVariant *
mm_call_properties_get_dictionary (MMCallProperties *self)
{
@@ -270,6 +273,9 @@ key_value_foreach (const gchar *key,
&ctx->error);
}
+/*
+ * mm_call_properties_new_from_string: (skip)
+ */
MMCallProperties *
mm_call_properties_new_from_string (const gchar *str,
GError **error)
@@ -319,6 +325,9 @@ consume_variant (MMCallProperties *properties,
return TRUE;
}
+/*
+ * mm_call_properties_new_from_dictionary: (skip)
+ */
MMCallProperties *
mm_call_properties_new_from_dictionary (GVariant *dictionary,
GError **error)