summaryrefslogtreecommitdiff
path: root/docs/reference/api
Commit message (Collapse)AuthorAgeFilesLines
...
* build: autogenerate `mm-errors-quarks.c'Aleksander Morgado2012-03-161-0/+7
| | | | | We define custom nicks for each error enum, matching the DBus error entry that we want to have with each of them.
* api,dbus: rewrote Time interface to be used with gdbus-codegenAleksander Morgado2012-03-162-0/+2
|
* docs: new section about plugin-specific modemsAleksander Morgado2012-03-164-3/+2136
|
* docs: document Modem probing and global state machineAleksander Morgado2012-03-161-13/+562
|
* docs: fix path of imagesAleksander Morgado2012-03-161-1/+1
| | | | | PNGs are copied over to the HTML directory, so they will always be available in the same directory as the final HTML files.
* docs: set `ModemManager' as module name instead of `mm'Aleksander Morgado2012-03-166-8/+8
|
* build: generate PNG files automatically from DIA filesAleksander Morgado2012-03-162-2/+20
|
* api,header: new `MMSmsStorage' enumerationAleksander Morgado2012-03-151-0/+1
|
* api,header: renamed `MMModemSmsState' to `MMSmsState'Aleksander Morgado2012-03-151-1/+1
|
* docs: include initial state machine documentationAleksander Morgado2012-03-154-20/+1272
|
* docs: improved DBus interface documentationAleksander Morgado2012-03-153-92/+213
|
* api,header: treat CDMA activation errors as any other errorAleksander Morgado2012-03-151-1/+1
|
* api,header: new enum to specify Rm protocolAleksander Morgado2012-03-151-0/+1
|
* api,enums: renamed `MMModemAccessTech' to `MMModemAccessTechnology'Aleksander Morgado2012-03-151-1/+1
| | | | This one was the last enum without full name.
* api: rename 3GPP and CDMA interface pathsAleksander Morgado2012-03-152-6/+6
| | | | | | | | | | | | | Elements in a DBus interface name cannot start with a digit, so "org.freedesktop.ModemManager1.Modem.3gpp" is an invalid interface name. Renamed here all relevant interfaces so that they have an additional "Modem" prefix in the element, so we get now: "org.freedesktop.ModemManager1.Modem.Modem3gpp" "org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd" "org.freedesktop.ModemManager1.Modem.ModemCdma" Objects generated with gdbus-codegen maintain the previous names.
* docs: setup generation of gtk-doc based DBus API documentationAleksander Morgado2012-03-156-0/+320
It includes gdbus-codegen generated API documentation, plus the common Enums, Flags and Errors, which will also be used in libmm-glib.