aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sms-properties.c
AgeCommit message (Collapse)Author
2023-04-27libmm-glib: separate files for flags and enums typesAleksander Morgado
This allows us to skip needing to include the non-existent build_string_from_mask() or get_string() counterparts in the documentation index.
2021-11-16libmm-glib: fix license in sourcesAleksander Morgado
The libmm-glib library is LGPLv2+, not GPLv2+.
2019-10-28libmm-glib: flag as (skip) all non-API methodsAleksander Morgado
So that the GI scanner ignores them.
2019-10-28libmm-glib: remove unused _dup() methodsAleksander Morgado
2019-10-28docs,libmm-glib: provide per-version indicesAleksander Morgado
2017-08-11libmm-glib,sms-properties: fix potential NULL dereferenceBen Chan
This patch fixes a potential NULL referenece issue in mm_sms_properties_get_data() where it accesses `self->priv->data->data' when `self->priv->data' could be potentially NULL.
2016-01-20libmm-glib: make C++ happy by not using 'class'Dan Williams
2013-10-25libmm-glib: allow new 'teleservice-id' and 'service-category' keywords in ↵Aleksander Morgado
MMSmsProperties
2013-08-14libmm-glib: Fix and add introspection annotationsChristian Persch
Bug #705641.
2013-07-12sms-properties: fix introspection commentAleksander Morgado
2013-05-06sms: enforce message 'class' value validityDan Williams
Class is -1 to 3, so warn about out-of-bounds values when it's being set on the client side.
2013-05-06sms: add support for message classDan Williams
We need to redefine the message class property to int since class 0 is a valid message class. Thus -1 now means "unspecified class".
2013-04-25libmm-glib: handle relative validity in the MMSmsPropertiesAleksander Morgado
2012-10-04libmm-glib,sms-properties: improve documentationAleksander Morgado
2012-10-04build: merge libmm-common into libmm-glibAleksander Morgado
It's pointless to have libmm-common around, just merge it into libmm-glib and make ModemManager depend on libmm-glib directly. At the end, the non-common stuff in libmm-glib is really minimal.
2012-03-16libmm-common: `MMSmsProperties' won't be considered internal any moreAleksander Morgado
Renamed `MMCommonSmsProperties' to `MMSmsProperties', and removed the `MMSmsProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-15libmm-glib: new common object to handle SMS propertiesAleksander Morgado
To be used when requesting to create new SMS.