libqmi-qmuxd/cli
Aleksander Morgado 08c76d411c core: let the `QmiDevice' control the creation and handling of `QmiClient' objects
Instead of treating the QmiClient objects as being independent to the device,
we'll make them instead owned by the QmiDevice. This means that the QmiDevice is
reponsible for allocationg and releasing the CIDs, and that a QmiClient doesn't
need to keep a reference to the QmiDevice around.

This simplification allows us to treat the `QmiClientCtl' as completely internal
to the library. Uses of the library shouldn't need to interface directly with
this object.
2012-07-03 16:08:49 +02:00
..
Makefile.am core: let the `QmiDevice' control the creation and handling of `QmiClient' objects 2012-07-03 16:08:49 +02:00
qmicli-dms.c core: let the `QmiDevice' control the creation and handling of `QmiClient' objects 2012-07-03 16:08:49 +02:00
qmicli.c core: let the `QmiDevice' control the creation and handling of `QmiClient' objects 2012-07-03 16:08:49 +02:00
qmicli.h core: let the `QmiDevice' control the creation and handling of `QmiClient' objects 2012-07-03 16:08:49 +02:00