summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-07-12 12:56:27 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-07-12 13:36:36 +0200
commit19f07c12a1fb4a09d866b12f58ad91b38e482a4e (patch)
treec1d51de98a72f539a4c4e6bf81648a4ac6b1dee1
parentf3d9c35e9b60265cc19f5a9468425b057627686e (diff)
sms-properties: fix introspection comment
-rw-r--r--libmm-glib/mm-sms-properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-sms-properties.c b/libmm-glib/mm-sms-properties.c
index d6a74168..bac363aa 100644
--- a/libmm-glib/mm-sms-properties.c
+++ b/libmm-glib/mm-sms-properties.c
@@ -181,7 +181,7 @@ mm_sms_properties_peek_data_bytearray (MMSmsProperties *self)
*
* Gets the message data.
*
- * Returns: (transfer none): A #GByteArray with the message data, or %NULL if it doesn't contain any (e.g. contains text instead). The returned value should be freed with g_byte_array_unref().
+ * Returns: (transfer full): A #GByteArray with the message data, or %NULL if it doesn't contain any (e.g. contains text instead). The returned value should be freed with g_byte_array_unref().
*/
GByteArray *
mm_sms_properties_get_data_bytearray (MMSmsProperties *self)
@@ -637,7 +637,7 @@ consume_variant (MMSmsProperties *properties,
properties,
g_variant_get_uint32 (val));
} else if (type != MM_SMS_VALIDITY_TYPE_UNKNOWN)
- g_warning ("SMS validity type '%s' not supported yet",
+ g_warning ("SMS validity type '%s' not supported yet",
mm_sms_validity_type_get_string (type));
g_variant_unref (val);
} else if (g_str_equal (key, PROPERTY_CLASS))