diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-04-30 15:43:52 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-08 20:08:06 -0500 |
commit | ec5104c9a87a440bb791987ffe05e53bf235ae02 (patch) | |
tree | 48ff299064c675975c2b94c435cd5fef9466e508 /src/mm-cbm-list.h | |
parent | ef5cee3ab578c2fde8ca6cc636f10acfdb79f123 (diff) |
Move log parent and connection property binding to helper
Continues removing usage of MMBaseModem in a bunch of files
by splitting out bits of its usage to separate interfaces.
Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'src/mm-cbm-list.h')
-rw-r--r-- | src/mm-cbm-list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-cbm-list.h b/src/mm-cbm-list.h index 79a48878..2c493659 100644 --- a/src/mm-cbm-list.h +++ b/src/mm-cbm-list.h @@ -57,7 +57,8 @@ struct _MMCbmListClass { GType mm_cbm_list_get_type (void); G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMCbmList, g_object_unref) -MMCbmList *mm_cbm_list_new (MMBaseModem *modem); +MMCbmList *mm_cbm_list_new (MMBaseModem *modem, + GObject *bind_to); GStrv mm_cbm_list_get_paths (MMCbmList *self); guint mm_cbm_list_get_count (MMCbmList *self); |