aboutsummaryrefslogtreecommitdiff
path: root/src/mm-call-qmi.c
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-04-30 15:43:52 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-08 20:08:06 -0500
commitec5104c9a87a440bb791987ffe05e53bf235ae02 (patch)
tree48ff299064c675975c2b94c435cd5fef9466e508 /src/mm-call-qmi.c
parentef5cee3ab578c2fde8ca6cc636f10acfdb79f123 (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-call-qmi.c')
-rw-r--r--src/mm-call-qmi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-call-qmi.c b/src/mm-call-qmi.c
index 8fad9584..441be147 100644
--- a/src/mm-call-qmi.c
+++ b/src/mm-call-qmi.c
@@ -31,6 +31,7 @@
#include "mm-call-qmi.h"
#include "mm-base-modem.h"
#include "mm-log-object.h"
+#include "mm-bind.h"
G_DEFINE_TYPE (MMCallQmi, mm_call_qmi, MM_TYPE_BASE_CALL)
@@ -492,6 +493,7 @@ mm_call_qmi_new (MMBaseModem *modem,
{
return MM_BASE_CALL (g_object_new (MM_TYPE_CALL_QMI,
MM_BASE_CALL_MODEM, modem,
+ MM_BIND_TO, G_OBJECT (modem),
"direction", direction,
"number", number,
MM_BASE_CALL_SKIP_INCOMING_TIMEOUT, TRUE,