aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-object.c
AgeCommit message (Collapse)Author
2012-03-15libmm-glib: implement support for the Messaging interfaceAleksander Morgado
2012-03-15libmm-glib: handle the 3GPP/USSD interfaceAleksander Morgado
2012-03-15libmm-glib: include support for the Location interfaceAleksander Morgado
We hide the location signaling; not sure if we should even support it.
2012-03-15libmm-glib: handle the CDMA interfaceAleksander Morgado
2012-03-15libmm-glib: handle the Simple interfaceAleksander Morgado
2012-03-15libmm-glib: simplify handling of interfacesAleksander Morgado
Avoid trying to merge all interfaces into the same set of APIs, and keep having a specific object (proxy) for each interface handled by the GDBusObjects reported listed by the GDBusObjectManager.