aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-oma.c
AgeCommit message (Collapse)Author
2021-11-16libmm-glib: fix license in sourcesAleksander Morgado
The libmm-glib library is LGPLv2+, not GPLv2+.
2021-07-01libmm-glib,modem-oma: use helper macros to manage the monitored propertiesAleksander Morgado
2021-07-01libmm-glib: use single mutex in each type to sync accessAleksander Morgado
There is truly no need for a per-property mutex, using a global one for the whole object is equally fine.
2021-06-25libmm-glib,oma: deprecate method names without the mm_modem_oma prefixAleksander Morgado
2019-10-28docs,libmm-glib: provide per-version indicesAleksander Morgado
2019-10-02libmm-glib,oma: avoid plural in typeAleksander Morgado
2016-03-25libmm-glib: fix enum conversion warning/errorBrian Norris
mm-modem-oma.c:400:51: error: implicit conversion from enumeration type 'MMOmaSessionType' to different enumeration type 'MMOmaFeature' [-Werror,-Wenum-conversion] g_return_val_if_fail (MM_IS_MODEM_OMA (self), MM_OMA_SESSION_TYPE_UNKNOWN); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gmessages.h:382:11: note: expanded from macro 'g_return_val_if_fail' return (val); \ ~~~~~~ ^~~ This should be MMOmaFeature, not MMOmaSessionType. The end result is the same, as both are 0.
2013-09-10libmm-glib: don't include internal header from public headerColin Walters
This broke gnome-control-center in gnome-ostree. It should be included in the C file where stuff from the private header is actually used.
2013-09-09libmm-glib: fix return typeAleksander Morgado
Reported by Arman Uguray <armansito@google.com>
2013-09-09libmm-glib: support for the 'OMA' interfaceAleksander Morgado