Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | api: rename 3GPP and CDMA interface paths | Aleksander Morgado | |
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. | |||
2012-03-15 | docs: setup generation of gtk-doc based DBus API documentation | Aleksander Morgado | |
It includes gdbus-codegen generated API documentation, plus the common Enums, Flags and Errors, which will also be used in libmm-glib. |