Aleksander Morgado
5dd829174f
libmm-glib: flag as (skip) all non-API methods
...
So that the GI scanner ignores them.
2019-10-28 10:28:31 +01:00
Aleksander Morgado
651028c2b7
libmm-glib: remove unused _dup() methods
2019-10-28 10:28:31 +01:00
Aleksander Morgado
08d23dd64d
docs,libmm-glib: provide per-version indices
2019-10-28 10:28:31 +01:00
Ben Chan
c02dcd397a
libmm-glib,sms-properties: fix potential NULL dereference
...
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.
2017-08-11 17:09:13 -05:00
Dan Williams
0512a820cd
libmm-glib: make C++ happy by not using 'class'
2016-01-20 17:06:33 -06:00
Aleksander Morgado
86795b928e
libmm-glib: allow new 'teleservice-id' and 'service-category' keywords in MMSmsProperties
2013-10-25 19:49:54 +02:00
Christian Persch
0abba497ab
libmm-glib: Fix and add introspection annotations
...
Bug #705641 .
2013-08-14 13:30:35 +02:00
Aleksander Morgado
19f07c12a1
sms-properties: fix introspection comment
2013-07-12 13:36:36 +02:00
Dan Williams
c4fa405e2e
sms: enforce message 'class' value validity
...
Class is -1 to 3, so warn about out-of-bounds values when it's
being set on the client side.
2013-05-06 10:51:01 -05:00
Dan Williams
9bbcd9d6a5
sms: add support for message class
...
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-05-06 10:45:55 -05:00
Aleksander Morgado
456a4289b7
libmm-glib: handle relative validity in the MMSmsProperties
2013-04-25 19:04:35 +02:00
Aleksander Morgado
b52bbf7b0b
libmm-glib,sms-properties: improve documentation
2012-10-04 10:17:12 +02:00
Aleksander Morgado
b6d628b3a1
build: merge libmm-common into libmm-glib
...
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-10-04 10:17:05 +02:00
Aleksander Morgado
ef9fb0bfac
libmm-common: `MMSmsProperties' won't be considered internal any more
...
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-16 14:53:19 +01:00
Aleksander Morgado
d30c101e53
libmm-glib: new common object to handle SMS properties
...
To be used when requesting to create new SMS.
2012-03-15 14:15:01 +01:00