aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-modem.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-base-modem.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-base-modem.c')
-rw-r--r--src/mm-base-modem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-base-modem.c b/src/mm-base-modem.c
index 2e4337fe..eb7c04ca 100644
--- a/src/mm-base-modem.c
+++ b/src/mm-base-modem.c
@@ -39,6 +39,7 @@
#include "mm-daemon-enums-types.h"
#include "mm-serial-parsers.h"
#include "mm-modem-helpers.h"
+#include "mm-bind.h"
static void log_object_iface_init (MMLogObjectInterface *iface);
static void auth_iface_init (MMIfaceAuthInterface *iface);
@@ -2752,7 +2753,7 @@ mm_base_modem_class_init (MMBaseModemClass *klass)
g_object_class_install_property (object_class, PROP_SUBSYSTEM_DEVICE_ID, properties[PROP_SUBSYSTEM_DEVICE_ID]);
properties[PROP_CONNECTION] =
- g_param_spec_object (MM_BASE_MODEM_CONNECTION,
+ g_param_spec_object (MM_BINDABLE_CONNECTION,
"Connection",
"GDBus connection to the system bus.",
G_TYPE_DBUS_CONNECTION,