diff options
author | Chris Talbot <chris@talbothome.com> | 2023-12-11 10:39:01 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-12-12 11:39:45 +0000 |
commit | d84cc1a80a1503b5c07ec88b1af1a36543de6203 (patch) | |
tree | a94947c760da5344647dccae72dffbc71bad8a7f /libmm-glib | |
parent | 3cb94cb0ae791e620d79ff9340a04ce5cd311333 (diff) |
mm-sms-properties: document mm_sms_properties_set_validity_relative ()
Diffstat (limited to 'libmm-glib')
-rw-r--r-- | libmm-glib/mm-sms-properties.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmm-glib/mm-sms-properties.c b/libmm-glib/mm-sms-properties.c index 72817ac2..0ca1c5d3 100644 --- a/libmm-glib/mm-sms-properties.c +++ b/libmm-glib/mm-sms-properties.c @@ -312,7 +312,8 @@ mm_sms_properties_get_smsc (MMSmsProperties *self) * @self: A #MMSmsProperties. * @validity: The validity of %MM_SMS_VALIDITY_TYPE_RELATIVE type. * - * Sets the relative validity time of the SMS. + * Sets the relative validity time of the SMS. Validity time is in minutes. + * If relative validity time is not set, the default is 24 hours. * * Since: 1.0 */ |