aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-client-dms.c
Commit message (Expand)AuthorAgeFilesLines
* core: avoid `QmiClient' typedef redefinitionAleksander Morgado2012-07-031-1/+2
* core: avoid unnecessary semicolons out of functionsAleksander Morgado2012-07-031-1/+1
* ctl,dms,wds: plug memleaks; QmiMessage replies need to be unref-edAleksander Morgado2012-07-031-0/+1
* dms: rename `QmiDmsGetIdsResult' to `QmiDmsGetIdsOutput'Aleksander Morgado2012-07-031-7/+7
* core: let the `QmiDevice' control the creation and handling of `QmiClient' ob...Aleksander Morgado2012-07-031-42/+0
* dms: new opaque type to return the results of the GET_IDS requestAleksander Morgado2012-07-031-42/+10
* dms: setup all DMS-related types in its own `qmi-dms.h' headerAleksander Morgado2012-07-031-0/+1
* client-dms: new method to get IDs asynchronouslyAleksander Morgado2012-07-031-0/+104
* client-dms: new `QmiClientDms' to handle the DMS serviceAleksander Morgado2012-07-031-0/+81