From 436081648b3587096683bd3ba4d219d16f14efb5 Mon Sep 17 00:00:00 2001 From: Lukas Voegl Date: Fri, 22 Nov 2024 15:53:33 +0100 Subject: api,modem: new 'IgnoredPorts' property Expose a new list of 'IgnoredPorts' via D-Bus and therefore remove the use of `MM_MODEM_PORT_TYPE_IGNORED` Signed-off-by: Lukas Voegl --- src/mm-port-net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mm-port-net.c') diff --git a/src/mm-port-net.c b/src/mm-port-net.c index a1fb4372..c2c0f78e 100644 --- a/src/mm-port-net.c +++ b/src/mm-port-net.c @@ -156,6 +156,7 @@ mm_port_net_new (const gchar *name) return MM_PORT_NET (g_object_new (MM_TYPE_PORT_NET, MM_PORT_DEVICE, name, MM_PORT_SUBSYS, MM_PORT_SUBSYS_NET, + MM_PORT_GROUP, MM_PORT_GROUP_USED, MM_PORT_TYPE, MM_PORT_TYPE_NET, NULL)); } -- cgit v1.2.3-70-g09d2