aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sms-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-sms-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-sms-properties.c')
-rw-r--r--libmm-glib/mm-sms-properties.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libmm-glib/mm-sms-properties.c b/libmm-glib/mm-sms-properties.c
index 0f9dc52b..30d5b719 100644
--- a/libmm-glib/mm-sms-properties.c
+++ b/libmm-glib/mm-sms-properties.c
@@ -511,6 +511,9 @@ mm_sms_properties_get_service_category (MMSmsProperties *self)
/*****************************************************************************/
+/**
+ * mm_sms_properties_get_dictionary: (skip)
+ */
GVariant *
mm_sms_properties_get_dictionary (MMSmsProperties *self)
{
@@ -734,6 +737,9 @@ key_value_foreach (const gchar *key,
&ctx->error);
}
+/**
+ * mm_sms_properties_new_from_string: (skip)
+ */
MMSmsProperties *
mm_sms_properties_new_from_string (const gchar *str,
GError **error)
@@ -829,6 +835,9 @@ consume_variant (MMSmsProperties *properties,
return TRUE;
}
+/**
+ * mm_sms_properties_new_from_dictionary: (skip)
+ */
MMSmsProperties *
mm_sms_properties_new_from_dictionary (GVariant *dictionary,
GError **error)