diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-05-01 07:59:38 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-08 20:08:06 -0500 |
commit | 1fa21fcc48b271a8dc2191104e35bf4e95fa2331 (patch) | |
tree | cf209fc07098e68c65dca219fee38a826dbcbf1a /src/mm-cbm-list.h | |
parent | ec5104c9a87a440bb791987ffe05e53bf235ae02 (diff) |
base-cbm,cbm-list,iface-cbm: remove usage of MMBaseModem
CBM isn't as complicated as SMS, and the CBM class itself doesn't
need to be overridden by QMI/MBIM/etc. Now that the log parent
and connection binding no longer require MMBaseModem we can flatten
the CBM object creation and remove usage of MMBaseModem.
Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'src/mm-cbm-list.h')
-rw-r--r-- | src/mm-cbm-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-cbm-list.h b/src/mm-cbm-list.h index 2c493659..479c3630 100644 --- a/src/mm-cbm-list.h +++ b/src/mm-cbm-list.h @@ -69,6 +69,7 @@ gboolean mm_cbm_list_has_part (MMCbmList *self, guint8 part_num); gboolean mm_cbm_list_take_part (MMCbmList *self, + GObject *bind_to, MMCbmPart *part, MMCbmState state, GError **error); |