diff options
Diffstat (limited to 'libmm-glib/mm-sms-properties.c')
-rw-r--r-- | libmm-glib/mm-sms-properties.c | 9 |
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) |